fox/internalPb/gene_proto.sh

8 lines
84 B
Bash
Raw Normal View History

2025-05-29 11:49:24 +08:00
#!/bin/bash
protoc -I=. --proto_path=./ --go_out=../../ *.proto
echo "success"