route/proto/regen.sh

8 lines
106 B
Bash
Raw Normal View History

#!/bin/bash
2018-01-21 15:22:13 +00:00
protoc -I. \
--go_out=:. \
--twirp_out=. \
--twirp_eclier_out=./eclier \
2017-01-27 02:43:17 +00:00
route.proto