3 lines
113 B
Bash
3 lines
113 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
python -m grpc_tools.protoc -I./ --python_out=./python-grpc --grpc_python_out=./python-grpc *.proto
|