game/internalPb/gene_proto.sh
2025-05-25 20:34:08 +08:00

8 lines
81 B
Bash

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