diff options
Diffstat (limited to 'launch.sh')
-rwxr-xr-x | launch.sh | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,8 +1,5 @@ #!/usr/bin/env bash scriptdir=$(dirname $(readlink -f $0)) cd ${scriptdir} -while true -do - `pwd`/venv/bin/python main.py &>$HOME/logs/discordbot -done +screen -dmS notaselfbot ${scriptdir}/venv/bin/python main.py |