Explorar el Código

2017-12-26-19-05

shuvit hace 6 años
padre
commit
22aa581e2d
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      test.sh

+ 5
- 0
test.sh Ver fichero

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

Loading…
Cancelar
Guardar