Dump comment-strippped current directory contents, cwd "CVSROOT/" assumed
authorshort <>
Tue, 10 Jul 2001 18:41:45 +0000 (18:41 +0000)
committershort <>
Tue, 10 Jul 2001 18:41:45 +0000 (18:41 +0000)
bin/CVSROOTdump [new file with mode: 0755]

diff --git a/bin/CVSROOTdump b/bin/CVSROOTdump
new file mode 100755 (executable)
index 0000000..9722d74
--- /dev/null
@@ -0,0 +1,2 @@
+#! /bin/sh
+tail -n5000 `echo *,v|sed 's/,v//g'`|grep -v '^#'|less