2019年2月13日

expect 示例

摘要: #!/usr/bin/expect set timeout 30 set IP [lindex $argv 0] set USER [lindex $argv 1] spawn ssh $USER@$IP expect { "Are you sure you want to continue con 阅读全文

posted @ 2019-02-13 21:58 思此狂 阅读(134) 评论(0) 推荐(0)

导航