steinvord/start.sh
2016-03-31 20:21:25 +03:00

7 lines
147 B
Bash
Executable file

#!/bin/bash
until /home/steinvord/steinvord/steinvord.py; do
echo "Steinvord crashed with exit code $?. Respawning.." >&2
sleep 1
done