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, 9 insertions, 0 deletions
diff --git a/playground/generate_output.sh b/playground/generate_output.sh
new file mode 100755
index 0000000..1eaae94
--- /dev/null
+++ b/playground/generate_output.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+. $(dirname -- "$0")/env.sh
+
+exec $PYTHON -m opcut generate_output \
+ --output-type pdf \
+ --result $RUN_PATH/result.yaml \
+ --output $RUN_PATH/output.pdf \
+ "$@"