wormhole/generate-protos.sh

15 lines
252 B
Bash
Executable File

#!/bin/bash
(
cd tools/
./build.sh
)
tools/bin/buf protoc \
--plugin tools/bin/protoc-gen-go \
--go_out=bridge/pkg/ proto/**/**/**
tools/bin/buf protoc \
--plugin tools/bin/protoc-gen-go-grpc \
--go-grpc_out=bridge/pkg/ proto/**/**/**