diff --git a/restart.sh b/restart.sh deleted file mode 100755 index d5f268d..0000000 --- a/restart.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -cd "$(dirname "${BASH_SOURCE[0]}")" - -go mod tidy -go build - -pkill scc diff --git a/run-forever.sh b/run-forever.sh deleted file mode 100755 index 593fbf1..0000000 --- a/run-forever.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -cd "$(dirname "${BASH_SOURCE[0]}")" - -while true -do - PORT=8888 ./scc - echo 'scc has quit! restarting in 1 second' - sleep 1 -done \ No newline at end of file