#!/bin/sh for foo in $( ls -1 *.png ) ; do gdk-pixbuf-csource --build-list --raw abi_topaz_toolbar_icon_"`basename $foo .png`" $foo > $foo.h; done