zrok/bin/generate_pb.sh

8 lines
165 B
Bash
Raw Normal View History

2024-08-23 17:31:46 +02:00
#!/bin/sh
protoc --go_out=agent/grpc \
--go_opt=paths=source_relative \
--go-grpc_out=agent/grpc \
--go-grpc_opt=paths=source_relative \
agent/grpc/agent.proto