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