#!/usr/bin/env bash # Copyright 2017 Holger Just # # This software may be modified and distributed under the terms # of the MIT license. See the LICENSE.txt file for details. set -euo pipefail IFS=$'\n\t' set -vx bundle install # Do any other automated setup that you need to do here