fox/internalPb/gene_proto.sh

8 lines
84 B
Bash

#!/bin/bash
protoc -I=. --proto_path=./ --go_out=../../ *.proto
echo "success"