aboutsummaryrefslogtreecommitdiff
path: root/playground/calculate/run.sh
blob: b1670e3c3abb630cee27533c0ec749427b2d7414 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/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 \
    $*