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