pidgin/pidgin

closing merged branch
memory-leaks
2020-02-03, Gary Kramlich
208e387899a5
closing merged branch
#!/bin/bash
for f in `ls *.svg`
do
echo "Processing $f file..."
inkscape --vacuum-defs $f
done