Skip to content

Instantly share code, notes, and snippets.

@Macagare
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Macagare/ef12e2735fa790a478fe to your computer and use it in GitHub Desktop.
Save Macagare/ef12e2735fa790a478fe to your computer and use it in GitHub Desktop.
Shell URL request runner
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