summaryrefslogtreecommitdiff
path: root/Biz/Ide/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Ide/run.sh')
-rwxr-xr-xBiz/Ide/run.sh6
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" "$@"