Skip to content

Instantly share code, notes, and snippets.

@islander
Created February 4, 2014 02:39
Show Gist options
  • Save islander/8797312 to your computer and use it in GitHub Desktop.
Save islander/8797312 to your computer and use it in GitHub Desktop.
#!/usr/bin/expect
eval spawn -noecho $argv
interact {
\177 {send "\010"}
"\033\[3~" {send "\177"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment