Expect scripts: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 September 2021

  • curprev 20:5920:59, 14 September 2021Martin talk contribs 2,038 bytes +2,038 Created page with "=ssh interactive login= <pre> #!/usr/bin/expect -f log_user 0 proc do_exit {msg} { puts stderr $msg exit 1 } set user [lindex $argv 0] set password [lindex $argv 1]..."