1 Star 0 Fork 463

cuiwencai / Dinky

forked from DataLinkDC / Dinky 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
check_package_size.sh 224 Bytes
一键复制 编辑 原始数据 按行查看 历史
cd build
total_text=$(ls -ls | grep total)
total_size=${total_text/'total '/''}
echo `ls -lh`
if [[ ${total_size} -gt 256000 ]]; then
echo "尺寸为:$total_size,大于250mb,编译失败"
exit 1
else
exit 0
fi
Java
1
https://gitee.com/tiger_2_rivers_cui/Dinky.git
git@gitee.com:tiger_2_rivers_cui/Dinky.git
tiger_2_rivers_cui
Dinky
Dinky
dev

搜索帮助