diff --git a/bin/cloc.sh b/bin/cloc.sh deleted file mode 100755 index e1c54599..00000000 --- a/bin/cloc.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -cloc --exclude-dir=devDb,.idea,wiki,static --exclude-ext=iml,xml . \ No newline at end of file diff --git a/bin/goconvey.sh b/bin/goconvey.sh deleted file mode 100755 index 62959c67..00000000 --- a/bin/goconvey.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -NOLOG=1 goconvey --port 9090 -excludedDirs vendor,static,devDb,wiki,bin,tests \ No newline at end of file diff --git a/bin/start.sh b/bin/start.sh deleted file mode 100755 index 678f53f7..00000000 --- a/bin/start.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -BEEGO_RUNMODE=prod ./gosonic \ No newline at end of file