6 lines
No EOL
123 B
Bash
6 lines
No EOL
123 B
Bash
#! /bin/bash
|
|
|
|
cd /opt/laserproxy || exit
|
|
source env/bin/activate
|
|
pip install -r requirements.txt
|
|
exec python3 laserproxy.py |