Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#! /usr/bin/expect
spawn passwd [lindex $argv 0]
set password [lindex $argv 1]
set npasswor [lindex $argv 2]
expect "password:"
send "$password\r"
expect "password:"
send "$npasswor\r"
expect "password:"
send "$npasswor\r"
expect eof