Files
boxen/script/bootstrap
John Barnette 3daa0f1ff1 Initial commit
2012-10-01 16:05:22 -07:00

10 lines
213 B
Bash
Executable File

#!/bin/sh
# Make sure local dependencies are satisfied.
cd "$(dirname $0)"/..
rm -f .bundle/config
(bundle check --path .bundle > /dev/null 2>&1 && [ -d bin ]) ||
bundle install --binstubs bin --path .bundle