mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
7 lines
115 B
Bash
7 lines
115 B
Bash
#!/bin/bash
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
|
|
bundle install
|
|
|
|
# Do any other automated setup that you need to do here
|