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