ChangeLog entries for what I've plucked. Some are better than what they were before.
[pidgin-git.git] / pidgin / pixmaps / art-tools / clean-svg-definitions.sh
blob9c5c7968f45b700c3c8b884cb2452b585a8b8ccf
1 #!/bin/bash
3 for f in `ls *.svg`
4 do
5 echo "Processing $f file..."
6 inkscape --vacuum-defs $f
7 done