最后活跃于 1731585672

pullcheck.sh 原始文件
1if [[ $(git fetch origin 2>&1) ]]; then
2 echo "WARNING! pull the newest code before build"
3 exit 1
4fi