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.
echo "$(tput bold)This is a bold statement.$(tput sgr0)"
$(tput bold)This is a bold statement.$(tput sgr0)
ESC=`echo "E" | tr E '\033'`
echo "$ESC[1m This is a bold statement. $ESC[0m"