diff --git a/restart.sh b/restart.sh new file mode 100755 index 0000000..6eeb715 --- /dev/null +++ b/restart.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +pkill scc \ No newline at end of file diff --git a/run-forever.sh b/run-forever.sh new file mode 100755 index 0000000..ac8816f --- /dev/null +++ b/run-forever.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +while ./css +do + echo 'css has quit! restarting in 1 second' +done \ No newline at end of file