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