cracker/script/bootstrap
2016-12-13 10:27:25 -05:00

7 lines
54 B
Bash
Executable File

#!/bin/sh
set -e
gem install bundler
bundle install