1 Star 0 Fork 0

Bytedance Inc./twemproxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
release.sh 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
lizhe 提交于 2014-06-16 17:25 +08:00 . fix buildinfo.sh when on '(no branch)'
#!/bin/bash
set -e
./build.sh
bin_file=twemproxy
if [[ ! -z "$1" && "$1" == "abtest" ]]; then
bin_file=twemproxy-abtest
fi
output_dir=../twemproxy_bin/bin
if [[ -d $output_dir && -w $output_dir ]]; then
cp -rvp ./src/nutcracker $output_dir/$bin_file
echo "cp bin finished"
else
echo "$output_dir not exists or access denied"
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ByteDance/twemproxy.git
git@gitee.com:ByteDance/twemproxy.git
ByteDance
twemproxy
twemproxy
master

搜索帮助