Skip to content

Instantly share code, notes, and snippets.

@bfabry
Created July 12, 2013 02:02
Show Gist options
  • Save bfabry/5980880 to your computer and use it in GitHub Desktop.
Save bfabry/5980880 to your computer and use it in GitHub Desktop.
#!/usr/bin/expect
spawn python3.2 [lindex $argv 0]
expect "mail"
send beaufabry@gmail.com\r
expect "assword"
send ASSSSSSSSS\r
interact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment