diff --git a/scripts/gen_proto.sh b/scripts/gen_proto.sh new file mode 100755 index 0000000..9776632 --- /dev/null +++ b/scripts/gen_proto.sh @@ -0,0 +1,7 @@ +#!/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 \ No newline at end of file