diff options
| -rwxr-xr-x | hacks/maketags | 4 |
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 - + + |
