diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-21 15:28:06 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-21 15:28:08 -0700 |
| commit | b70d954d0ee2ec4b2daccf1c15ed731512cc26ed (patch) | |
| tree | cfe89f5105ee036fd1c2c16199ea7c91d1460eac /script/setup | |
| parent | 67e9ec15258258291610d8933a1c801151f56e69 (diff) | |
chore: add setup and server scripts
See https://github.com/github/scripts-to-rule-them-all
for additional information on this convention.
Diffstat (limited to 'script/setup')
| -rwxr-xr-x | script/setup | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/script/setup b/script/setup new file mode 100755 index 0000000..9ae57de --- /dev/null +++ b/script/setup @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +cd "$(dirname "$0")/.." + +gem install --conservative rack rack-test |
