Skip to content

Instantly share code, notes, and snippets.

@fletcherm
Created March 26, 2013 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fletcherm/5245009 to your computer and use it in GitHub Desktop.
Save fletcherm/5245009 to your computer and use it in GitHub Desktop.
#!/usr/bin/env expect
spawn $env(FEDORA_HOME)/server/bin/fedora-rebuild.sh
expect "Enter (1-3) --> " { send "1\r" }
expect "Enter (1-2) --> " { send "1\r" }
interact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment