pidgin/pidgin

closing merged branch
use-after-free
2020-02-14, Gary Kramlich
ca45e74fb1ee
closing merged branch
#!/bin/bash
for f in `ls *.svg`
do
echo "Processing $f file..."
inkscape --vacuum-defs $f
done