repo.or.cz
/
pidgin-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ChangeLog entries for what I've plucked. Some are better than what they were before.
[pidgin-git.git]
/
pidgin
/
pixmaps
/
art-tools
/
clean-svg-definitions.sh
blob
9c5c7968f45b700c3c8b884cb2452b585a8b8ccf
1
#!/bin/bash
2
3
for
f
in
`ls *.svg`
4
do
5
echo
"Processing
$f
file..."
6
inkscape
--vacuum-defs
$f
7
done