mirror of
https://github.com/openziti/zrok.git
synced 2025-01-05 13:38:53 +01:00
8 lines
165 B
Bash
8 lines
165 B
Bash
|
#!/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
|