From ef6feb27a17a3605c0a48b74536e2cc0fd57dd97 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 31 Dec 1998 08:30:51 +0000 Subject: Add automatic size update. svn path=/trunk/; revision=2304 --- indexgen.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'indexgen.sh') diff --git a/indexgen.sh b/indexgen.sh index 737a5a0b..008be55e 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -9,6 +9,10 @@ date=`date "+%d %b %Y"` set -- `timeseries | grep -v "%" | head -1` subscribers=$4 +set -- `ls -ks fetchmail` +fetchmailsize=$1 + +rm -f index.html cat >index.html < @@ -76,7 +80,7 @@ use the interactive GUI configurator (fetchmailconf) supplied with the fetchmail distribution.

Fetchmail is fast and lightweight. It packs all its standard -features (POP3, IMAP, and ETRN support) in less than 97K of core on a +features (POP3, IMAP, and ETRN support) in ${fetchmailsize}K of core on a Pentium under Linux.

Fetchmail is open-source -- cgit v1.2.3