Last active
December 23, 2015 06:49
-
-
Save yyolk/6596873 to your computer and use it in GitHub Desktop.
gen kittens
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
#generate(grab) 40 different sized placekittenimages | |
for i in {1..40}; do link="http://placekitten.com/g/`expr $i + 500`/`expr $i + 500`"; echo getting $link ; curl -o out.jpg $link ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment