77 Star 241 Fork 38

五环小胖子/RedisFox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sh 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
五环小胖子 提交于 2020-07-04 20:19 . 集成gosuv,修改使用说明
#!/bin/sh
rm -rf output
mkdir -p output/bin
mkdir -p output/data
mkdir -p output/log
cp -r config tpl static tool/run.sh output/
cp tool/gosuv output/bin
curr_dir=$(cd `dirname $0`; pwd)
go build -o $curr_dir/output/bin/redisfox *go || exit -1
chmod -R 755 output/
echo "build complete!"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/zer0131/RedisFox.git
git@gitee.com:zer0131/RedisFox.git
zer0131
RedisFox
RedisFox
master

搜索帮助