6 lines
74 B
Bash
Executable file
6 lines
74 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
set -vx
|
|
|
|
bundle install
|