nicojensen.de/vendor/bundle/gems/mercenary-0.3.6/script/bootstrap

8 lines
75 B
Text
Raw Normal View History

2019-03-12 13:49:49 +01:00
#! /bin/sh
set -e
echo "Time to get set up."
bundle install
echo "Boom."