Skip to content

Instantly share code, notes, and snippets.

@thangdaoduc
Forked from j3j5/clean_all_svgs.sh
Created May 18, 2022 02:57
Show Gist options
  • Save thangdaoduc/72a44849b8eff4a75379cc47d9da959e to your computer and use it in GitHub Desktop.
Save thangdaoduc/72a44849b8eff4a75379cc47d9da959e 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