#!/bin/bash -e PROTO_DIR=/rpcserver/$1 protoc -I=${PROTO_DIR} --go_out=plugins=grpc:${PROTO_DIR} ${PROTO_DIR}/*.proto