summaryrefslogtreecommitdiff
path: root/bin/setup
blob: 6b6e84200581948be203d3292081b89e041db37d (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

[ -n "$DEBUG" ] && set -x

cd "$(dirname "$0")/.."

ruby -v
bundle check || bundle install