updates.
[runtime.git] / scripts / tags
diff --git a/scripts/tags b/scripts/tags
new file mode 100755 (executable)
index 0000000..8d88376
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+#
+# Add emacs TAGS from the entire source tree.
+#
+# Usage: sh scripts/tags
+# 
+find -name "*.[ch]" | grep -v CVS | grep -v tests | xargs etags -a