Skip to content

Commit

Permalink
Merge pull request #16 from ZeusWPI/add-scripts
Browse files Browse the repository at this point in the history
Add scripts
  • Loading branch information
Topvennie authored Aug 13, 2024
2 parents f715926 + 49b644f commit c0a667d
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 c0a667d

Please sign in to comment.