aboutsummaryrefslogtreecommitdiff
path: root/playground/generate-output.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2022-01-03 00:58:17 +0100
committerbozo.kopic <bozo@kopic.xyz>2022-01-03 00:58:17 +0100
commitae33b2c75ec0e03fd1d80241a4c4b29acadb517c (patch)
treefa86a159bafb6ea5c1605cd66a67f8be5a24ba3e /playground/generate-output.sh
parent1a73bd946b8636dbcbb2970c8f8e919b888074ab (diff)
calculate native implementation
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..4e16a64
--- /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 \
+ < $RUN_PATH/result.json \
+ > $RUN_PATH/output.pdf \
+