From fca631ce099d7d2aa799d3e00d0e20d3bb6eb5d0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 2 Oct 2015 13:27:20 +0100 Subject: Add maketags scripts. --- hacks/maketags | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 hacks/maketags 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 - + + -- cgit v1.2.3