protoc.sh 119 B

1234
  1. #!/usr/bin/bash
  2. protoc -I . --cpp_out=. --grpc_out=. --plugin=protoc-gen-grpc=/usr/bin/grpc_cpp_plugin grpc_ex.proto