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.
#!/bin/ksh
CHECKSTARS=`echo "$*" | grep "\*" | wc -l`
if [ $CHECKSTARS -gt 0 ]
then
echo "There be stars, but no green clovers, blue diamonds, or purple horseshoes"
fi