sifre_degistir
This commit is contained in:
parent
fa2dc7c25c
commit
5361410a8b
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/expect
|
||||
spawn passwd $1
|
||||
expect "password:"
|
||||
send "$2\r"
|
||||
expect "Retype new password:"
|
||||
send "$2\r"
|
||||
interact
|
Loading…
Reference in New Issue