Last active
August 29, 2015 14:23
-
-
Save Macagare/ef12e2735fa790a478fe to your computer and use it in GitHub Desktop.
Shell URL request runner
This file contains 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 in `cat testurls.txt` | |
do | |
curl -v -o /dev/null $i\&lorem=$RANDOM | |
done | |
# testurls.txt simply lists one URL per line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment