generate.sh 110 Bytes
#!/bin/bash
protoc -I. --go_out=.  --go-grpc_out=. ./*proto
#./account/*.proto ./game/*.proto ./public/*.proto