7 lines
75 B
Bash
7 lines
75 B
Bash
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
echo "Time to get set up."
|
|
bundle install
|
|
echo "Boom."
|