diff options
Diffstat (limited to 'benchmark/proto/generate.sh')
-rwxr-xr-x | benchmark/proto/generate.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmark/proto/generate.sh b/benchmark/proto/generate.sh new file mode 100755 index 00000000..576b7b13 --- /dev/null +++ b/benchmark/proto/generate.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +protoc -I . --python_out=. openxc.proto |