aboutsummaryrefslogtreecommitdiff
path: root/playground/generate.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2022-06-27 22:07:56 +0200
committerbozo.kopic <bozo@kopic.xyz>2022-06-27 22:07:56 +0200
commitbabe3d394a600494c1db4e7daf40e39afd76da75 (patch)
tree9bee0379d886123544a2426d531956d931c1b6ac /playground/generate.sh
parent8d1d7b7b4a48187f5849548bbc6bb543d6de33ba (diff)
WIP native implementation
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 \