4 lines
116 B
Bash
4 lines
116 B
Bash
#! /bin/bash
|
|
PBPATH=./api
|
|
python -m grpc_tools.protoc -I$PBPATH --python_out=. --grpc_python_out=. $PBPATH/*.proto
|