5 lines
102 B
Bash
5 lines
102 B
Bash
#!/bin/sh
|
|
|
|
(cd "$( dirname -- "$0" )" ;
|
|
. ./bin/activate ; screen -dmS "tabeats" python main.py
|
|
)
|