diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-22 15:50:25 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-22 15:50:25 -0700 |
| commit | 1e2ad4bc178a5e91e30c3b1386e4067ebf11a9d1 (patch) | |
| tree | 0f0a85a8d546f7cb8b53a6f18cf700874eaac138 /script | |
| parent | 95c963db85b3d281206b629344296ae9679bbc0b (diff) | |
chore: rename script to bin
Diffstat (limited to 'script')
| -rwxr-xr-x | script/server | 10 | ||||
| -rwxr-xr-x | script/setup | 7 | ||||
| -rwxr-xr-x | script/test | 8 |
3 files changed, 0 insertions, 25 deletions
diff --git a/script/server b/script/server deleted file mode 100755 index ff6c111..0000000 --- a/script/server +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -set -e - -cd "$(dirname "$0")/.." -RACK_ENV="${RACK_ENV:-development}" -export RACK_ENV - -./script/setup -ruby -Ilib config.ru diff --git a/script/setup b/script/setup deleted file mode 100755 index 9ae57de..0000000 --- a/script/setup +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -set -e - -cd "$(dirname "$0")/.." - -gem install --conservative rack rack-test diff --git a/script/test b/script/test deleted file mode 100755 index cf5470f..0000000 --- a/script/test +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -set -e - -cd "$(dirname "$0")/.." - -./script/setup -ruby -Ilib:test -r test_helper test/**/*.rb |
