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