comfpile/bin/setup
David Bailey b1de04fabb
Some checks failed
RuboCop / build (push) Failing after 3s
feat: first commit of basic bundle gem setup
2023-11-15 19:44:44 +01:00

8 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