Skip to content

Instantly share code, notes, and snippets.

@rindek
Created September 13, 2012 11:02
Show Gist options
  • Save rindek/3713592 to your computer and use it in GitHub Desktop.
Save rindek/3713592 to your computer and use it in GitHub Desktop.
Kittens!
25.times {
x = rand(10..50) * 10
y = rand(10..50) * 10
url = "http://placekitten.com/#{x}/#{y}"
output = "kitten_#{x}_#{y}.jpg"
`wget "#{url}" -O "#{output}"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment