aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc-common/python/route_guide/run_codegen.sh
blob: 689e0978de661355a11a57047044c0fd014ae805 (plain)
1
2
3
4
#!/bin/bash

# Runs the protoc with gRPC plugin to generate protocol messages and gRPC stubs.
protoc -I . --python_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_python_plugin` route_guide.proto