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.
print "Please enter the second Password: "
stty -echo
read PASSWORD
stty echo
if [[ $PASSWORD = "d1f2g3" ]]
then
exit 0
else
exit 255
fi