sifre_degistir

This commit is contained in:
milisman 2016-10-10 23:07:51 +03:00
parent fa2dc7c25c
commit 5361410a8b
1 changed files with 7 additions and 0 deletions

7
bin/sifre_degistir Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/expect
spawn passwd $1
expect "password:"
send "$2\r"
expect "Retype new password:"
send "$2\r"
interact