首页
技术
登录
6mi
u
盘
搜
搜 索
技术
expect输入用户名和密码
expect输入用户名和密码
技术
2024-09-29
47
需要先安装expect
#!/bin/bash
/usr/bin/expect
<<
EOF spawn git clone http://192.168.2.252/toolteam/test.git -b 223-docker expect "Username" send "toolrd_ro\r" expect "word" send "Tool_111\r" expect eof EOF
转载请注明原文地址:https://ipadbbs.8miu.com/read-51841.html
最新回复
(
0
)