echo "Makesure, a script by Max Swisher http://goodmorninggeek.com"
echo "This script will make sure that a website is running, and will alert you audible if it isn't."
echo "Please enter the URL or IP of the site you want to make sure of."
read website
echo "Now pinging with audible commands $website."
echo "Press control-c to exit."
sleep 2
ping -A -i 2 $website

