Skip to content

Instantly share code, notes, and snippets.

@j3j5
Created June 1, 2017 19:02
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save j3j5/549d1f871dbcae6deab767bfc1464fa0 to your computer and use it in GitHub Desktop.
Save j3j5/549d1f871dbcae6deab767bfc1464fa0 to your computer and use it in GitHub Desktop.
Apply SVG Cleaner to all the SVGs on a given folder
# https://github.com/RazrFalcon/svgcleaner/ must be installed
find . -type f -name "*.svg" | sudo xargs -I file svgcleaner file file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment