jive
Code
Branches
Tags
Commits
main
jive
/
bin
/
setup
Top
1
#!/bin/sh
2
set -e
3
4
cd "$(dirname "$0")/.."
5
6
bundle install