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