summaryrefslogtreecommitdiff
path: root/gdk/makecursors
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/makecursors')
-rwxr-xr-xgdk/makecursors5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdk/makecursors b/gdk/makecursors
new file mode 100755
index 000000000..664776a2b
--- /dev/null
+++ b/gdk/makecursors
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+sed -f makecursors.sed $1 > .makecursors.tmp
+awk '{printf "%s = %s,\n", $1, $2}' .makecursors.tmp
+rm .makecursors.tmp