add yaml file
This commit is contained in:
parent
356d44113f
commit
f1334c6194
10
git_push.sh
Executable file
10
git_push.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/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