Geeksbot/geeksbot_launcher.sh
2018-06-06 22:01:24 -08:00

7 lines
111 B
Bash

#!/bin/bash
until python -m src; do
echo "Geeksbot shutdown with error: $?. Restarting..." >&2
sleep 1
done