Made the thing
This commit is contained in:
commit
5cfd690c03
6 changed files with 104 additions and 0 deletions
6
laserproxy.sh
Normal file
6
laserproxy.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#! /bin/bash
|
||||
|
||||
cd /opt/laserproxy || exit
|
||||
source env/bin/activate
|
||||
pip install -r requirements.txt
|
||||
exec python3 laserproxy.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue