Mercurial > pidgin.yaz
view pidgin/pixmaps/art-tools/clean-svg-definitions.sh @ 26875:c4aeea36c77b
Apply changes from 9dd1c4c3 to msnp9
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 03 May 2009 01:49:16 +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