diff --git a/submitter_launcher.sh b/submitter_launcher.sh new file mode 100644 index 0000000..7e61db1 --- /dev/null +++ b/submitter_launcher.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +until python /home/dusty/bin/ASB_submission_bot/bot.py; do + echo "Submitter shutdown with error: $?. Restarting..." >&2 + sleep 1 +done \ No newline at end of file