milis/bin/sifre_degistir

7 rivejä
124 B
Text
Suoritettava tiedosto

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