diff options
Diffstat (limited to 'bin/setup')
| -rwxr-xr-x | bin/setup | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/setup b/bin/setup new file mode 100755 index 0000000..6b6e842 --- /dev/null +++ b/bin/setup @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +[ -n "$DEBUG" ] && set -x + +cd "$(dirname "$0")/.." + +ruby -v +bundle check || bundle install |
