Add maketags scripts.
authorCarl Hetherington <cth@carlh.net>
Fri, 2 Oct 2015 12:27:20 +0000 (13:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 2 Oct 2015 12:27:20 +0000 (13:27 +0100)
hacks/maketags [new file with mode: 0755]

diff --git a/hacks/maketags b/hacks/maketags
new file mode 100755 (executable)
index 0000000..243c3e2
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+find . -iname "*.cc" -or -iname "*.h" -print | etags -
+
+