#! /bin/sh

set -e

echo "Time to get set up."
bundle install
echo "Boom."
