Files
sftpgo/sdk/plugin/mkproto.sh
2021-07-16 18:22:42 +02:00

7 lines
171 B
Bash
Executable File

#!/bin/bash
protoc notifier/proto/notifier.proto --go_out=plugins=grpc:../.. --go_out=../../..
protoc kms/proto/kms.proto --go_out=plugins=grpc:../.. --go_out=../../..