Skip to content

Commit

Permalink
add run and restart scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
FKD13 committed Aug 12, 2024
1 parent ba5ab88 commit 68b37b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions restart.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

pkill scc
6 changes: 6 additions & 0 deletions run-forever.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

while ./css
do
echo 'css has quit! restarting in 1 second'
done

0 comments on commit 68b37b0

Please sign in to comment.