Geeksbot/geeksbot_launcher.sh
2018-04-20 20:36:07 -08:00

7 lines
145 B
Bash

#!/bin/bash
until python /home/dusty/bin/geeksbot_dev/geeksbot.py; do
echo "Geeksbot shutdown with error: $?. Restarting..." >&2
sleep 1
done