#!/usr/bin/expect
#set timeout -1
spawn xxx
expect "*o]*"
send "y\n"
#expect eof
interact
Learning Expect
最新推荐文章于 2023-02-25 03:04:39 发布
#!/usr/bin/expect
#set timeout -1
spawn xxx
expect "*o]*"
send "y\n"
#expect eof
interact