最後活躍 1731585672

修訂 3d500f3240d8c876391122c78851af8416282509

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