diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-01-02 20:02:23 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-01-02 20:02:23 +0100 |
| commit | 1a73bd946b8636dbcbb2970c8f8e919b888074ab (patch) | |
| tree | e9f448c03632d4c35486fc8fefbca527121c54da /playground/native-calculate.sh | |
| parent | 90600e3f0761dcd2858a591c68c62c2fd259a381 (diff) | |
WIP c implementation
Diffstat (limited to 'playground/native-calculate.sh')
| -rwxr-xr-x | playground/native-calculate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playground/native-calculate.sh b/playground/native-calculate.sh index 06756ba..d47035e 100755 --- a/playground/native-calculate.sh +++ b/playground/native-calculate.sh @@ -2,7 +2,7 @@ . $(dirname -- "$0")/env.sh -exec $ROOT_PATH/build/c/opcut-calculate \ +exec $ROOT_PATH/src_py/opcut/bin/linux-opcut-calculate \ --method greedy \ --output result.json \ params.json |
