pidgin/pidgin

Add new and free functions for structs to reduce duplication
#!/bin/bash
for f in `ls *.svg`
do
echo "Processing $f file..."
inkscape --vacuum-defs $f
done