1
0
mirror of https://github.com/nezhahq/nezha.git synced 2025-03-11 00:08:13 -04:00
nezha/script/proto.sh

3 lines
130 B
Bash
Raw Normal View History

protoc --go-grpc_out="require_unimplemented_servers=false:." --go_out="." proto/*.proto
rm -rf ../agent/proto
cp -r proto ../agent