mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-19 06:44:23 +01:00
5 lines
221 B
Bash
Executable File
5 lines
221 B
Bash
Executable File
#!/bin/bash
|
|
SCRIPTDIR=$(dirname $0)
|
|
PROTO_ROOT=$SCRIPTDIR/proto
|
|
|
|
protoc --go_out=$PROTO_ROOT --go_opt=paths=source_relative --go-grpc_out=$PROTO_ROOT --go-grpc_opt=paths=source_relative -I=$PROTO_ROOT $PROTO_ROOT/*.proto |