Files
lspd/notifications/genproto.sh
2023-06-30 16:36:29 +02:00

5 lines
189 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