Files
boxen/script/bootstrap
2012-11-28 10:54:14 -08:00

8 lines
154 B
Bash
Executable File

#!/bin/sh
# Make sure local dependencies are satisfied.
cd "$(dirname $0)"/..
rm -f .bundle/config
bundle install --binstubs bin --path .bundle --quiet