summaryrefslogtreecommitdiff
path: root/Biz/Ide/run.sh
blob: 8acb51977b29529ea0a0351ef44fd632335683d8 (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 "${CODEROOT:?}/_/bin/$out" "$@"