Skip to content

Instantly share code, notes, and snippets.

@doginthehat
Created January 30, 2014 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save doginthehat/8702031 to your computer and use it in GitHub Desktop.
Save doginthehat/8702031 to your computer and use it in GitHub Desktop.
find . -name '*.svg' -exec bash -c 'svg2png {} `basename {} .svg`.png' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment