aboutsummaryrefslogtreecommitdiff
path: root/playground/calculate/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'playground/calculate/run.sh')
-rwxr-xr-xplayground/calculate/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/playground/calculate/run.sh b/playground/calculate/run.sh
new file mode 100755
index 0000000..b62fc9e
--- /dev/null
+++ b/playground/calculate/run.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+export PYTHONPATH=../../src_py
+python -m opcut.main calculate --params params.yaml --result result.yaml --output-pdf output.pdf $*