Made the thing

This commit is contained in:
Raktbastr 2025-12-30 12:57:17 -06:00
commit 5cfd690c03
6 changed files with 104 additions and 0 deletions

6
laserproxy.sh Normal file
View file

@ -0,0 +1,6 @@
#! /bin/bash
cd /opt/laserproxy || exit
source env/bin/activate
pip install -r requirements.txt
exec python3 laserproxy.py