#!/bin/sh set -e echo "bundling installin'" gem install bundler --version 1.16.2 bundle install echo echo "You're all set. Just run script/server and you can play license roulette!"