how to have a loop with curl in bash? while true; do sleep 10; curl http://www.stakater.com; echo -e '\n'$(date)'\n\n\';done