Mercurial > pidgin.yaz
view pidgin/pixmaps/art-tools/clean-svg-definitions.sh @ 32124:2f74d4c0e63a
oscar: ...fix the *right* line this time.
Refs #14297
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 18 Jun 2011 04:17:27 +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