Initial commit
This commit is contained in:
6
script/bootstrap
Normal file
6
script/bootstrap
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
gem install bundler
|
||||
bundle install
|
Reference in New Issue
Block a user