Browse Source

2017-12-26-19-05

shuvit 6 years ago
parent
commit
22aa581e2d
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      test.sh

+ 5
- 0
test.sh View File

@@ -0,0 +1,5 @@
1
+#!/usr/bin/expect -f
2
+spawn git pull
3
+expect "ass"
4
+send "r0dney\r"
5
+interact

Loading…
Cancel
Save