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