#!/usr/bin/expect -f
spawn git pull
expect "Username*"
send "hotrod55@outlook.com\n"
expect "Password*"
send "bagajohn87\n"
expect eof