Created
August 17, 2014 07:08
-
-
Save loganhasson/5db07d7b5671a9bc5fef 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
#!/bin/bash | |
/usr/bin/expect <<EOD | |
spawn git clone $REPO_URL $REPO_NAME | |
expect -re "(continue)" | |
send "yes\n" | |
expect eof | |
EOD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment