#!/usr/bin/expect -f # log_user 0 spawn -noecho telnet rainmaker.wunderground.com 3000 expect "Press Return to continue"; send "\n"; expect "city code--"; log_user 1 send $argv\n; expect "X to exit"; send "x\n"; send_user "\n";