diff options
| author | bozokopic <bozo.kopic@gmail.com> | 2018-04-12 14:14:39 +0200 |
|---|---|---|
| committer | bozokopic <bozo.kopic@gmail.com> | 2018-04-12 14:14:39 +0200 |
| commit | 2b6b2b429376d05931b67cd2009dd5aa93cc841f (patch) | |
| tree | 119943b64bf1f7ad05ff7e8c960b68c79d4b649a /playground/calculate/run.sh | |
| parent | e6974a745be9aef7982fb3788485550918ea2b75 (diff) | |
main.py
Diffstat (limited to 'playground/calculate/run.sh')
| -rwxr-xr-x | playground/calculate/run.sh | 4 |
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 $* |
