Compare commits

..

No commits in common. "930e82de4e2f438ca2e5f747887ae8fc87ef858c" and "0bb43a49b180504d96a677ce14b842d0dcdcb3ff" have entirely different histories.

View File

@ -1,3 +1,3 @@
#!/bin/bash
python3 -m grpc_tools.protoc -I./ --python_out=./python-grpc --grpc_python_out=./python-grpc *.proto
python -m grpc_tools.protoc -I./ --python_out=./python-grpc --grpc_python_out=./python-grpc *.proto