Skip to content

Instantly share code, notes, and snippets.

@RichardHan
Last active April 11, 2017 03:21
Show Gist options
  • Save RichardHan/9b94f09a17caaf0c9371b4c57652b9a1 to your computer and use it in GitHub Desktop.
Save RichardHan/9b94f09a17caaf0c9371b4c57652b9a1 to your computer and use it in GitHub Desktop.
Loop Invoke curl
~$ for ((i=1;i<=1000;i++)); do curl "https://test.com/test.html" && sleep 3; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment