mirror of
https://github.com/openziti/zrok.git
synced 2024-11-23 08:33:52 +01:00
8 lines
152 B
Bash
Executable File
8 lines
152 B
Bash
Executable File
#!/bin/sh
|
|
|
|
protoc --go_out=. \
|
|
--go_opt=paths=source_relative \
|
|
--go-grpc_out=. \
|
|
--go-grpc_opt=paths=source_relative \
|
|
agent/agentGrpc/agent.proto
|