linux shell腳本獲取git代碼

#!/usr/bin/expect set timeout 300 spawn git checkout feature/development spawn git fetch expect {     "Password:" { send "××××××\r" } } interact spawn git pull expect {     "Password:" { send "××××××\
相關文章
相關標籤/搜索