pb/gene_proto.sh
2025-06-19 21:57:32 +08:00

8 lines
84 B
Bash

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