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 "××××××\
相关文章
相关标签/搜索