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