protobufs/scripts/python-gen.sh

3 lines
114 B
Bash
Raw Normal View History

2022-07-17 06:34:29 +00:00
#!/bin/bash
2022-07-17 06:34:59 +00:00
python3 -m grpc_tools.protoc -I./ --python_out=./python-grpc --grpc_python_out=./python-grpc *.proto