From: short <> Date: Tue, 10 Jul 2001 18:41:45 +0000 (+0000) Subject: Dump comment-strippped current directory contents, cwd "CVSROOT/" assumed X-Git-Tag: rh71~56 X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=0880a2117c132104340aeab9d494181452e2fb08;hp=49d11f39231e52bd9ec6b8d54a3f39d81b0517c4 Dump comment-strippped current directory contents, cwd "CVSROOT/" assumed --- 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