Files
chain33-im/api/comet/grpc/create.sh
2022-03-17 15:55:27 +08:00

7 lines
156 B
Bash

#!/bin/sh
protoc -I. -I$GOPATH/src \
--go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
*.proto