summaryrefslogtreecommitdiff
path: root/bin/omnibus-build
blob: cf3919bab725349ef2741a745f14c6a07fa2fceb (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -e

cd "$(dirname "$0")/.."

bundle exec omnibus build -l debug "$@"