made slackbot update on death

This commit is contained in:
Jacob Henry 2016-12-07 03:14:27 +00:00
parent fc26a1418f
commit d27991269a
1 changed files with 2 additions and 0 deletions

View File

@ -5,9 +5,11 @@
while : while :
do do
git pull
echo "Press [CTRL+C] to stop..." echo "Press [CTRL+C] to stop..."
sleep 1 sleep 1
python3 WaitonBot.py python3 WaitonBot.py
sleep 3 sleep 3
python3 CallOfTheVoid.py python3 CallOfTheVoid.py
echo "Died. Updating and restarting..."
done done