mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
7 lines
171 B
Bash
Executable File
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=../../..
|
|
|
|
|