代码拉取完成,页面将自动刷新
#! /bin/sh
# you can do something here
# this shell scripts will run at the end of build.py scripts
tar_name="koolproxyR.tar.gz"
mkdir -p history
if [ ! -f ./history/version ]; then
touch ./history/version
fi
version_old=`cat history/version | sed -n '$p' | cut -d \ -f1`
version_new=`cat version |sed -n 1p`
md5_new=` md5sum $tar_name | cut -d \ -f1`
# 保证md5连续性
wget -O ./history/version https://dev.tencent.com/u/shaoxia1991/p/koolproxyr/git/raw/master/history/version
if [ -f ./$tar_name ]; then
if [ "$version_old" != "$version_new" ]; then
mkdir ./history/$version_new/
cp ./$tar_name ./history/$version_new/
echo $version_new $md5_new >> ./history/version
fi
fi
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。