Code review comment for lp:~shnatsel/elementaryicons/batch-vaccuum-of-defs

Revision history for this message
Sergey "Shnatsel" Davidoff (shnatsel) wrote :

Here you are, it's a one-liner.

for file in */*/*.svg; do readlink "$file" > /dev/null || inkscape -z --file="$file" --export-plain-svg="$file"; done

« Back to merge proposal