Created
May 3, 2016 20:25
-
-
Save tedwardd/ff7647d18afe8ed0fae38dbbdef8b4d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spawn perl vmware-install.pl | |
expect "Press enter to display it. " | |
send "\r" | |
expect -ex "--More--" | |
send "q" | |
expect "Do you accept? (yes/no) " | |
send "yes\r" | |
expect -ex "\[yes\] " | |
send "yes\r" | |
expect -ex "\[/usr/bin\] " | |
send "\r" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment