Skip to content

Instantly share code, notes, and snippets.

@mpelzsherman
Last active February 25, 2016 23:29
Show Gist options
  • Save mpelzsherman/35427ee14f42924b0c31 to your computer and use it in GitHub Desktop.
Save mpelzsherman/35427ee14f42924b0c31 to your computer and use it in GitHub Desktop.
for i in {1..30};
do curl --globoff -s -w "%{time_total}\n" -o /dev/null "http://m.api.ci.apartmentguide.com/listings/photos.json?ids[]=191140&ids[]=83822&ids[]=192121&ids[]=189625&ids[]=191881&ids[]=188320&cb_mps4=$i"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment