![]() |
proc main
; This script is to change the password in the linux server
transmit "passwd"
transmit "^M"
waitfor "password:"
transmit "$PASSWORD"
transmit "^M"
waitfor "password:"
transmit "pradeep123"
transmit "^M"
waitfor "password:"
transmit "pradeep123"
transmit "^M"
endproc