Shuvit game master repo. http://shuvit.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test.sh 74B

12345
  1. #!/usr/bin/expect -f
  2. spawn git pull
  3. expect "ass"
  4. send "r0dney\r"
  5. interact