Mercurial > pidgin.yaz
view pidgin/pixmaps/art-tools/clean-svg-definitions.sh @ 24653:c6772d61af1f
Use purple_proxy_connect + purple_ssl_connect_with_host_fd() to hopefully
silence warnings (I get more warnings because I don't have the certificate
in a trusted store)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 11 Dec 2008 08:06:23 +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