diff options
Diffstat (limited to 'playground/generate-output.sh')
| -rwxr-xr-x | playground/generate-output.sh | 9 |
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 \ + |
