dp-gwauto 86 B

12345
  1. #!/usr/bin/expect
  2. spawn "./bin/dp-gw"
  3. expect "password:"
  4. exp_send "密码\r"
  5. interact