aboutsummaryrefslogtreecommitdiff
path: root/playground/calculate/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'playground/calculate/run.sh')
-rwxr-xr-xplayground/calculate/run.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/playground/calculate/run.sh b/playground/calculate/run.sh
deleted file mode 100755
index b1670e3..0000000
--- a/playground/calculate/run.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-PYTHONPATH=../../src_py python -m opcut \
- --json-schemas-path ../../schemas_json \
- --ui-path ../../build/js \
- calculate \
- --params params.yaml \
- --result result.yaml \
- --output output.pdf \
- $*