Sign in
android
/
platform
/
external
/
grpc-grpc
/
061d288f559f786c1541f56192303314a61e5489
/
.
/
examples
/
python
/
route_guide
/
run_codegen.sh
blob: a5759025b8d288ae376f5f3f70009c268d3b4133 [
file
] [
log
] [
blame
]
#!/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
/
route_guide
.
proto