aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/python/helloworld/run_codegen.sh
blob: 4d826c79466525287b01535eb63d7d0249b2157c (plain)
1
2
3
4
#!/bin/bash

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