yes
This commit is contained in:
parent
f1334c6194
commit
f65fa239cf
10
git_push.sh
10
git_push.sh
@ -1,10 +0,0 @@
|
||||
#!/usr/bin/expect
|
||||
set username "si-gui"
|
||||
set password "Fnst..4321"
|
||||
|
||||
spawn git push origin master:master -f
|
||||
expect "*Username*" {send "$username\r"}
|
||||
|
||||
expect "*Password*" {send "$password\r"}
|
||||
|
||||
interact
|
||||
Loading…
x
Reference in New Issue
Block a user