predict-coin/gen_proto3.sh

4 lines
116 B
Bash
Raw Normal View History

2021-03-25 09:36:09 +00:00
#! /bin/bash
PBPATH=./api
python -m grpc_tools.protoc -I$PBPATH --python_out=. --grpc_python_out=. $PBPATH/*.proto