diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-16 15:57:38 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-16 15:57:38 -0600 |
| commit | aacf3eb7eafd50a633800d6b2b48a73099da8a8f (patch) | |
| tree | 95da36d06f9a192a54ec4350ab7a616db6d21850 /bin | |
| parent | 742c9f9c66d30e1471b5382ba0c9ee3967116efa (diff) | |
chore: add bin/setup script
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/setup | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/setup b/bin/setup new file mode 100755 index 0000000..4454ee8 --- /dev/null +++ b/bin/setup @@ -0,0 +1,9 @@ +#!/bin/bash -l + +set -e + +cd "$(dirname "$0")/.." + +bundle config --local path vendor +bundle config --local jobs "$(nproc)" +bundle install |
