Skip to content

Instantly share code, notes, and snippets.

View VaelVictus's full-sized avatar
💭
Play my games at https://tinydark.com

VaelVictus

💭
Play my games at https://tinydark.com
View GitHub Profile
@j3j5
j3j5 / clean_all_svgs.sh
Created June 1, 2017 19:02
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