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 /bin/setup | |
| parent | 95c963db85b3d281206b629344296ae9679bbc0b (diff) | |
chore: rename script to bin
Diffstat (limited to 'bin/setup')
| -rwxr-xr-x | bin/setup | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/setup b/bin/setup new file mode 100755 index 0000000..9ae57de --- /dev/null +++ b/bin/setup @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +cd "$(dirname "$0")/.." + +gem install --conservative rack rack-test |
