摘要:
#/bin/bash cd /src/pid01-beta/ echo "update pid01.." git pull if [ $? -ne 0 ]; then echo "update pid01(clientErrorCode.json) from git failed" exit 1 fi res=`git pull|grep -c "up-... 阅读全文
posted @ 2017-10-17 09:45
Oops!#
阅读(2058)
评论(0)
推荐(0)