Last active
February 25, 2016 23:29
-
-
Save mpelzsherman/35427ee14f42924b0c31 to your computer and use it in GitHub Desktop.
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 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