mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
5 lines
No EOL
66 B
Bash
Executable file
5 lines
No EOL
66 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# exit on error
|
|
set -o errexit
|
|
|
|
bundle install |