thufir

Untitled

Apr 6th, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/usr/bin/expect
  2.  
  3. spawn telnet rainmaker.wunderground.com 3000
  4.  
  5. expect "Return"
  6. send "\r"
  7.  
  8. sleep 3
Advertisement
Add Comment
Please, Sign In to add comment