修改rebuild命令

This commit is contained in:
whyour 2021-03-30 10:17:09 +08:00
parent 45f434df0a
commit d3211eb564

View File

@ -5,10 +5,7 @@ ShellDir=${QL_DIR:-$(cd $(dirname $0); pwd)}
echo -e "更新shell...\n"
cd ${ShellDir}
git fetch --all
git stash
git pull
git stash pop
git reset --mixed
echo -e "更新shell完成...\n"
echo -e "重新build...\n"