Skip to content

Instantly share code, notes, and snippets.

@bjeanes
Created January 27, 2009 00:41
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 bjeanes/53082 to your computer and use it in GitHub Desktop.
Save bjeanes/53082 to your computer and use it in GitHub Desktop.
(1..1325).to_a.each do |num|
link = "http://www.questionablecontent.net/comics/#{num}.png"
`curl #{link} > ~/Pictures/QC/#{num}.png &2>1`
puts "#{num} downloaded..."
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment