Mercurial > pidgin.yaz
view pidgin/pixmaps/art-tools/clean-svg-definitions.sh @ 24249:36cf0a8d0ae2
Provide @pidgin.im email addresses for Gary and myself.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 27 Oct 2008 01:47:30 +0000 |
parents | 209da0d52824 |
children |
line wrap: on
line source
#!/bin/bash for f in `ls *.svg` do echo "Processing $f file..." inkscape --vacuum-defs $f done