1
0
mirror of https://github.com/captn3m0/outliner.git synced 2024-09-28 22:23:03 +00:00
outliner/bin/setup
2019-07-24 19:36:18 +05:30

9 lines
131 B
Bash
Executable File

#!/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