g3

spawn finger $your_mom

Sep 23, 2008 22:41



expect {
"success" {
send "fsck $your_mom\r"
}
timeout {
send_user "She fell asleep; bummer.\r\n"
continue
close
}
default {
send_user "phail\r\n"
close
}
}
exit
Been working on a slew of GNU expect scripts to ( Read more... )

Leave a comment

Comments 1

gorillad September 24 2008, 13:38:09 UTC
fun stuff.

Reply


Leave a comment

Up