1
0
mirror of https://github.com/captn3m0/outliner.git synced 2024-07-05 11:09:03 +00:00
outliner/bin/setup

9 lines
131 B
Plaintext
Raw Normal View History

2019-07-24 14:06:18 +00:00
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx
bundle install
# Do any other automated setup that you need to do here