diff options
author | romangraef <romangraef@loves.dicksinhisan.us> | 2018-10-14 09:38:05 +0200 |
---|---|---|
committer | romangraef <romangraef@loves.dicksinhisan.us> | 2018-10-14 09:38:05 +0200 |
commit | 2e09fe0b572d36367f448b008d6121e6a6436329 (patch) | |
tree | 90de2085eb9dc24d7f542c2356603cd4a13fce04 /launch.sh | |
parent | 8282428a268f87a0a4d68790521e57904826309e (diff) | |
download | notaselfbotv2finalforsure-master.tar.gz notaselfbotv2finalforsure-master.tar.bz2 notaselfbotv2finalforsure-master.zip |
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 |