Skip to content

Instantly share code, notes, and snippets.

@igaiga
Last active August 29, 2015 14:28
Show Gist options
  • Save igaiga/bf0c2fe195b3266128a4 to your computer and use it in GitHub Desktop.
Save igaiga/bf0c2fe195b3266128a4 to your computer and use it in GitHub Desktop.
fonts = [1,2,3]
fonts.each do |font_id|
filename = "font_ss_#{font_id}.jpg"
system "curl [URL] -o #{filename}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment