From d4231ca2a415d922467a3b3b5100af78ba2626df Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 10 Oct 2016 21:03:21 -0400 Subject: [PATCH] Removed unused scripts (moved to Makefile) --- bin/cloc.sh | 3 --- bin/goconvey.sh | 3 --- bin/start.sh | 3 --- 3 files changed, 9 deletions(-) delete mode 100755 bin/cloc.sh delete mode 100755 bin/goconvey.sh delete mode 100755 bin/start.sh diff --git a/bin/cloc.sh b/bin/cloc.sh deleted file mode 100755 index e1c545991..000000000 --- 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 62959c671..000000000 --- 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 678f53f72..000000000 --- a/bin/start.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -BEEGO_RUNMODE=prod ./gosonic \ No newline at end of file