aboutsummaryrefslogtreecommitdiff
path: root/host/matelight/fonts/touch_id
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2013-12-30 20:16:50 +0100
committerjaseg <jaseg@jaseg.net>2013-12-30 20:16:50 +0100
commit21b9596a98fbe051b1b194bdd4c99293233b7922 (patch)
tree33d54b8e44fe4b6f496cd0c74f1b2924ed4bdf0a /host/matelight/fonts/touch_id
parent493863fcc0d0bc52a27631eeb76a85446f3e6760 (diff)
downloadmatelight-21b9596a98fbe051b1b194bdd4c99293233b7922.tar.gz
matelight-21b9596a98fbe051b1b194bdd4c99293233b7922.tar.bz2
matelight-21b9596a98fbe051b1b194bdd4c99293233b7922.zip
Added some bdf fonts
Diffstat (limited to 'host/matelight/fonts/touch_id')
-rwxr-xr-xhost/matelight/fonts/touch_id10
1 files changed, 10 insertions, 0 deletions
diff --git a/host/matelight/fonts/touch_id b/host/matelight/fonts/touch_id
new file mode 100755
index 0000000..4dd793d
--- /dev/null
+++ b/host/matelight/fonts/touch_id
@@ -0,0 +1,10 @@
+#!/bin/bash
+#
+# usage: touch_id file1 file2 ...
+#
+# Changes RCS's version code $Id: ...$ into $Id:$ in the named
+# files, such that subsequent "diff -u" patch files will always indicate
+# clearly, against what old version the diff was made. This will avoid
+# confusion about how to apply patch files.
+#
+perl -p -i -e 's/\$Id:.*\$/\$Id:\$/;' $*