aboutsummaryrefslogtreecommitdiff
path: root/playground/generate_output.sh
diff options
context:
space:
mode:
Diffstat (limited to 'playground/generate_output.sh')
-rwxr-xr-xplayground/generate_output.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/playground/generate_output.sh b/playground/generate_output.sh
deleted file mode 100755
index 0139233..0000000
--- a/playground/generate_output.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-. $(dirname -- "$0")/env.sh
-
-exec $PYTHON -m opcut generate_output \
- --output-type pdf \
- --result $RUN_PATH/result.json \
- --output $RUN_PATH/output.pdf \
- "$@"