Skip to content

Instantly share code, notes, and snippets.

@joshbedo
Forked from ceme/bash_curl_loop
Created August 29, 2014 21:10
Show Gist options
  • Save joshbedo/e31f8273c48448036a0a to your computer and use it in GitHub Desktop.
Save joshbedo/e31f8273c48448036a0a to your computer and use it in GitHub Desktop.
while true; do sleep 1; curl http://www.google.com; echo -e '\n\n\n\n'$(date);done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment