mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 14:50:55 +03:00
6 lines
98 B
Bash
Executable File
6 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
protoc notifier/proto/notifier.proto --go_out=plugins=grpc:../.. --go_out=../../..
|
|
|
|
|