Skip to content

Instantly share code, notes, and snippets.

@fire
Forked from j3j5/clean_all_svgs.sh
Created March 27, 2022 14:46
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 fire/7b492abdb77778446715a406874b52bc to your computer and use it in GitHub Desktop.
Save fire/7b492abdb77778446715a406874b52bc 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