Skip to content

Instantly share code, notes, and snippets.

@JaredTan95
Created June 25, 2019 13:36
Show Gist options
  • Save JaredTan95/742fcaa2d0e755da5720f1efd14b0d3b to your computer and use it in GitHub Desktop.
Save JaredTan95/742fcaa2d0e755da5720f1efd14b0d3b to your computer and use it in GitHub Desktop.
loop curl in bash.
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