Files
lspd/rpc/genproto.sh
2023-02-13 13:04:50 +01:00

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