milis/bin/sifre_degistir

8 lines
124 B
Plaintext
Executable File

#!/usr/bin/expect
spawn passwd mahk
expect "password:"
send "mahk1\r"
expect "Retype new password:"
send "mahk1\r"
interact