aboutsummaryrefslogtreecommitdiff
path: root/playground/calculate.sh
blob: bff0e140c4775b117ce0c30afaea3c65e880161b (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

. $(dirname -- "$0")/env.sh

exec $PYTHON -m opcut calculate \
    --params $RUN_PATH/params.json \
    --result $RUN_PATH/result.json \
    "$@"