Skip to content

Instantly share code, notes, and snippets.

@wmoxam
Created May 13, 2015 17:12
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 wmoxam/91cd8598ca6a105ebd82 to your computer and use it in GitHub Desktop.
Save wmoxam/91cd8598ca6a105ebd82 to your computer and use it in GitHub Desktop.
Dir.glob("*2x.jpg").each do |f|
`convert #{f} -resize 300x187 #{f.gsub(/@2x/, '')}`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment