Mercurial > pidgin.yaz
view pidgin/pixmaps/art-tools/clean-svg-definitions.sh @ 31293:6814678f3c63
Remove session_id from SlpMsg and use the one from the header.
author | masca@cpw.pidgin.im |
---|---|
date | Wed, 21 Jul 2010 19:59: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