Skip to content

Instantly share code, notes, and snippets.

@rekcah78
Last active January 7, 2016 09:17
Show Gist options
  • Select an option

  • Save rekcah78/f09e0bbd29b566d5fa96 to your computer and use it in GitHub Desktop.

Select an option

Save rekcah78/f09e0bbd29b566d5fa96 to your computer and use it in GitHub Desktop.
sg-getlist
#!/usr/bin/expect
set timeout 20
spawn ssh "youuser\@sg.bsocom.net"
expect "Connect to :"
send "list\r";
expect "Connect to :"
send "exit\r";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment