Mercurial > pidgin.yaz
view pidgin/pixmaps/art-tools/clean-svg-definitions.sh @ 27421:627a146aba2b
Changelog the perl module installation location changes.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Fri, 26 Jun 2009 23:34:29 +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