mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-28 05:31:20 +00:00
4 lines
80 B
Bash
Executable File
4 lines
80 B
Bash
Executable File
#! /bin/bash
|
|
|
|
protoc --gogo_out=plugins=grpc:. -I $GOPATH/src/ -I . types.proto
|