Skip to content

Commit

Permalink
fix script ... exit codes ...
Browse files Browse the repository at this point in the history
  • Loading branch information
FKD13 committed Aug 12, 2024
1 parent 1bb72f3 commit 4c9f011
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run-forever.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

while ./scc
while true
do
./scc
echo 'scc has quit! restarting in 1 second'
sleep 1
done

0 comments on commit 4c9f011

Please sign in to comment.