#/bin/bash
for i  in  *.svg ; do inkscape $i --export-png ~/.icons/jin5/48x48/stock/net/${i%.svg}.png --export-height=48 --export-width=48; done
for i  in  *.svg ; do inkscape $i --export-png ~/.icons/jin5/24x24/stock/net/${i%.svg}.png --export-height=24 --export-width=24; done

inkscape ../stock_folder.svg --export-png ~/.icons/jin5/16x16/stock/stock_folder.png --export-height=16 --export-width=16
inkscape ../stock_next.svg --export-png ~/.icons/jin5/24x24/stock/net/stock_next.png --export-height=24 --export-width=24
inkscape ../../apps/date.svg --export-png ~/.icons/jin5/24x24/stock/net/stock_calendar.png --export-height=24 --export-width=24
inkscape ../stock_previous.svg --export-png ~/.icons/jin5/24x24/stock/net/stock_previous.png --export-height=24 --export-width=24
inkscape ../stock_edit.svg --export-png ~/.icons/jin5/16x16/stock/stock_mail-compose.png --export-height=16 --export-width=16
inkscape ../stock_edit.svg --export-png ~/.icons/jin5/48x48/stock/net/stock_mail-compose.png --export-height=48 --export-width=48
inkscape ../stock_new-dir.svg --export-png ~/.icons/jin5/16x16/stock/stock_new-dir.png --export-height=16 --export-width=16
inkscape ../stock_delete.svg --export-png ~/.icons/jin5/16x16/stock/stock_delete.png --export-height=16 --export-width=16
