Last active
April 11, 2017 03:21
-
-
Save RichardHan/9b94f09a17caaf0c9371b4c57652b9a1 to your computer and use it in GitHub Desktop.
Loop Invoke curl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ 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