Mercurial > pidgin.yaz
view pidgin/pixmaps/art-tools/clean-svg-definitions.sh @ 29693:7925bb7f2aa7
propagate from branch 'im.pidgin.pidgin' (head 92e101e3698042e7600729bc09dec9e28f81de8f)
to branch 'im.pidgin.cpw.attention_ui' (head 563c35d20efcc234a74567ebb88c059d10ce1e09)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 24 Aug 2009 19:23:56 +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