diff options
| author | mo khan <mo.khan@gmail.com> | 2020-12-21 15:24:55 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-12-21 15:24:55 -0700 |
| commit | 26f31fe1fa573b06a8399a39a101875be7626b20 (patch) | |
| tree | e766e22f461271d3e2dfcf513f545004e80e79ba /bin/setup | |
Woops...
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 |
