summaryrefslogtreecommitdiff
path: root/Biz/Ide/run
blob: bf35e3e43ad5bd387f57f71ecd08afa3239c1d93 (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" "$@"