rf-web/vendor/bundle/gems/mercenary-0.3.6/script/bootstrap

8 lines
75 B
Plaintext
Raw Normal View History

2019-10-21 08:18:17 +00:00
#! /bin/sh
set -e
echo "Time to get set up."
bundle install
echo "Boom."