summaryrefslogtreecommitdiff
path: root/Biz/Ide/run
blob: 49cd72d71a58c49e40bf176abe3610d70b16e32e (plain)
1
2
3
4
5
6
#!/usr/bin/env bash
set -eu
target=$1
shift
out=$(rg --only-matching ": out (\w*)" -r '$1' $target)
exec "$BIZ_ROOT/_/bin/$out" "$@"