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.
case ${LOGNAME} in
jeb|george|condy)
if ps xww ${PPID}|grep -q telnetd
then
echo "Sorry ${LOGNAME}, you can't use telnet - please use ssh instead..."
sleep 5
exit
fi
;;
esac