From 0880a2117c132104340aeab9d494181452e2fb08 Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 10 Jul 2001 18:41:45 +0000 Subject: [PATCH] Dump comment-strippped current directory contents, cwd "CVSROOT/" assumed --- bin/CVSROOTdump | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/CVSROOTdump diff --git a/bin/CVSROOTdump b/bin/CVSROOTdump new file mode 100755 index 0000000..9722d74 --- /dev/null +++ b/bin/CVSROOTdump @@ -0,0 +1,2 @@ +#! /bin/sh +tail -n5000 `echo *,v|sed 's/,v//g'`|grep -v '^#'|less -- 1.8.3.1