dataflow/proto_grpc.sh

9 lines
267 B
Bash
Raw Normal View History

2022-05-16 16:18:26 +00:00
#! /bin/bash
2022-05-22 17:40:43 +00:00
# OUTPUT_FILE="./src/main/java/"
2022-05-17 16:56:52 +00:00
2022-05-22 17:40:43 +00:00
# for PROTOFILE in `find ./src -name "*.proto"`
# do
# protoc $PROTOFILE --plugin=/home/eson/workspace/dataflow/target/protoc-plugins --java_out=$OUTPUT_FILE --grpc-java_out=$OUTPUT_FILE
2022-05-29 17:03:03 +00:00
# done
ln -sf ./target/gener