namarara/bin/setup

9 lines
131 B
Plaintext
Raw Normal View History

2017-09-12 13:32:50 +00:00
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx
2017-09-04 09:19:29 +00:00
2017-09-12 13:32:50 +00:00
bundle install
2017-09-04 09:19:29 +00:00
2017-09-12 13:32:50 +00:00
# Do any other automated setup that you need to do here