summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-02 13:27:20 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-02 13:27:20 +0100
commitfca631ce099d7d2aa799d3e00d0e20d3bb6eb5d0 (patch)
tree3ffc79e241ad301139bd972c05b29ffa6c319f75
parente42d143c9d8271c018ce3139804727a41a26c97b (diff)
Add maketags scripts.
-rwxr-xr-xhacks/maketags4
1 files changed, 4 insertions, 0 deletions
diff --git a/hacks/maketags b/hacks/maketags
new file mode 100755
index 000000000..243c3e250
--- /dev/null
+++ b/hacks/maketags
@@ -0,0 +1,4 @@
+#!/bin/bash
+find . -iname "*.cc" -or -iname "*.h" -print | etags -
+
+