Images/genicons_lx.sh
author laurent
Fri, 23 Sep 2011 20:07:40 +0200
changeset 564 5024d42e1050
parent 196 54f5020531f6
permissions -rw-r--r--
Adding custom cell editor for interval value in task informations of ResourceEditor
#!/bin/bash

INKSCAPE=inkscape

for i in `cat icons.svg |grep -o -e '%%[^%]*%%'|sed 's/%//g'` 
do
 echo "$INKSCAPE" icons.svg -z -e $i.png -i $i
 rm  -f $i.png
 "$INKSCAPE" icons.svg -z -e $i.png -i $i
done