mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-18 14:24:21 +01:00
4 lines
188 B
Bash
Executable File
4 lines
188 B
Bash
Executable File
#!/bin/bash
|
|
SCRIPTDIR=$(dirname $0)
|
|
|
|
protoc --go_out=$SCRIPTDIR --go_opt=paths=source_relative --go-grpc_out=$SCRIPTDIR --go-grpc_opt=paths=source_relative -I=$SCRIPTDIR $SCRIPTDIR/*.proto |