diff --git a/run-forever.sh b/run-forever.sh index 99c4cdb..22b0be8 100755 --- a/run-forever.sh +++ b/run-forever.sh @@ -1,6 +1,8 @@ #!/bin/bash -while ./scc +while true do + ./scc echo 'scc has quit! restarting in 1 second' + sleep 1 done \ No newline at end of file