Files
aperture/proxy/testdata/gen_protos.sh
2021-05-11 13:25:25 +02:00

8 lines
127 B
Bash
Executable File

#!/bin/sh
set -e
protoc -I/usr/local/include -I. \
--go_out=plugins=grpc,paths=source_relative:. \
hello.proto