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