run script
This commit is contained in:
parent
1e3db3a09f
commit
8829c6e360
1 changed files with 5 additions and 0 deletions
5
run.sh
Normal file
5
run.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
(cd "$( dirname -- "$0" )" ;
|
||||
. ./bin/activate ; screen -dmS "tabeats" python main.py
|
||||
)
|
Loading…
Reference in a new issue