shuvit 6 anni fa
parent
commit
22aa581e2d
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5
    0
      test.sh

+ 5
- 0
test.sh Vedi File

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

Loading…
Annulla
Salva