run script

This commit is contained in:
tavo-wasd 2024-03-30 22:03:59 -06:00
parent 1e3db3a09f
commit 8829c6e360

5
run.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/sh
(cd "$( dirname -- "$0" )" ;
. ./bin/activate ; screen -dmS "tabeats" python main.py
)