1 Star 0 Fork 0

LongPanda / vtoyboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pack.sh 265 Bytes
一键复制 编辑 原始数据 按行查看 历史
longpanda 提交于 2020-10-23 22:11 . 1.0.2
#!/bin/sh
rm -f vtoyboot*.tar.gz
Ver=$(grep 'vtoy_version=' vtoyboot/vtoyboot.sh | awk -F= '{print $2}')
cp -a vtoyboot vtoyboot-${Ver}
tar -czvf vtoyboot-${Ver}.tar.gz vtoyboot-${Ver}/
rm -rf vtoyboot-${Ver}
echo ""
echo "======== success ========"
echo ""
1
https://gitee.com/longpanda/vtoyboot.git
git@gitee.com:longpanda/vtoyboot.git
longpanda
vtoyboot
vtoyboot
master

搜索帮助