diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-02 13:27:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-02 13:27:20 +0100 |
| commit | fca631ce099d7d2aa799d3e00d0e20d3bb6eb5d0 (patch) | |
| tree | 3ffc79e241ad301139bd972c05b29ffa6c319f75 | |
| parent | e42d143c9d8271c018ce3139804727a41a26c97b (diff) | |
Add maketags scripts.
| -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 - + + |
