1 Star 0 Fork 0

zhouyang/grpc-java

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run-test-client.sh 295 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash -e
cd "$(dirname "$0")"
BIN="./interop-testing/build/install/grpc-interop-testing/bin/test-client"
if [[ ! -e "$BIN" ]]; then
cat >&2 <<EOF
Could not find binary. It can be built with:
./gradlew :grpc-interop-testing:installDist -PskipCodegen=true
EOF
exit 1
fi
exec "$BIN" "$@"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/downloadurl/grpc-java.git
git@gitee.com:downloadurl/grpc-java.git
downloadurl
grpc-java
grpc-java
master

搜索帮助