8 lines
128 B
Bash
Raw Normal View History

2019-05-01 22:23:18 +09:00
#!/usr/bin/env bash
set -eu
TARGET_DIR=$1
2019-05-09 02:18:31 +09:00
protoc -I ${TARGET_DIR}/ ${TARGET_DIR}/*.proto --go_out=plugins=grpc:${TARGET_DIR}