Mercurial > pidgin.yaz
view pidgin/pixmaps/art-tools/clean-svg-definitions.sh @ 26317:a48bb75939df
These code can't get executed, because we just created a new dialog
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 27 Mar 2009 10:15:38 +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