diff options
Diffstat (limited to 'Biz/Ide/run')
-rwxr-xr-x | Biz/Ide/run | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Biz/Ide/run b/Biz/Ide/run new file mode 100755 index 0000000..49cd72d --- /dev/null +++ b/Biz/Ide/run @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +set -eu +target=$1 +shift +out=$(rg --only-matching ": out (\w*)" -r '$1' $target) +exec "$BIZ_ROOT/_/bin/$out" "$@" |