Navigation Menu

Skip to content

Commit

Permalink
add script/bootstrap for getting up and running for dev easier
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Dec 17, 2013
1 parent 8f5e278 commit f0850cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions script/bootstrap
@@ -0,0 +1,5 @@
#!/bin/sh
set -e

cd "$(dirname "$0")/.."
exec bundle install --binstubs --path vendor/gems "$@"

0 comments on commit f0850cf

Please sign in to comment.