]> Pileus Git - ~andy/gtk/blob - gdk/makecursors
Initial revision
[~andy/gtk] / gdk / makecursors
1 #!/bin/sh
2
3 sed -f makecursors.sed $1 > .makecursors.tmp
4 awk '{printf "%s = %s,\n", $1, $2}' .makecursors.tmp
5 rm .makecursors.tmp