diff options
Diffstat (limited to 'playground/native-calculate.sh')
| -rwxr-xr-x | playground/native-calculate.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/playground/native-calculate.sh b/playground/native-calculate.sh new file mode 100755 index 0000000..06756ba --- /dev/null +++ b/playground/native-calculate.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +. $(dirname -- "$0")/env.sh + +exec $ROOT_PATH/build/c/opcut-calculate \ + --method greedy \ + --output result.json \ + params.json |
