This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.2'.
[nethome.git] / bin / radary
diff --git a/bin/radary b/bin/radary
deleted file mode 100755 (executable)
index 2645f09..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/sh
-box=$HOME/Mail/radary
-while [ -f $box ];do
-       mv $box $box.$$
-       awk '/^From /{hdr=1}{if (!hdr) print}/^$/{hdr=0}' <$box.$$|less
-       rm -f $box.$$
-       done