Skip to content

Instantly share code, notes, and snippets.

@lotuc
Created March 2, 2019 05:23
Show Gist options
  • Save lotuc/5851cb62d45437fa48fb70d90664ae2c to your computer and use it in GitHub Desktop.
Save lotuc/5851cb62d45437fa48fb70d90664ae2c to your computer and use it in GitHub Desktop.
MISC Scripts
#!/usr/bin/env expect
spawn some command ...
expect 'some string'
send 'sth...\n'
# Interaction (eg, for a shell)
interact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment