Files
cracker/script/bootstrap
T

7 lines
54 B
Bash
Executable File

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