`
argo-jason
  • 浏览: 969 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
自动登录expect脚本,login.exp #!/usr/bin/expect -f #auto ssh login set timeout 30 spawn ssh -p 22 -l root 100.100.100.100 expect { "yes/no" {send "yes\r"} "password:" {send "daydayup\r"} } interact 文本替换shell #!/bin/bash for i in `find $1 -name &q ...
Global site tag (gtag.js) - Google Analytics