Files
HomeOps-Hub/scripts/gen_proto.sh
T

7 lines
204 B
Bash
Executable File

#!/bin/bash
protoc \
-I api/proto \
--go_out=api/gen --go_opt=paths=source_relative \
--go-grpc_out=api/gen --go-grpc_opt=paths=source_relative \
api/proto/homeops/*.proto