aboutsummaryrefslogtreecommitdiffstats
path: root/indexgen.sh
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-12-31 08:30:51 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-12-31 08:30:51 +0000
commitef6feb27a17a3605c0a48b74536e2cc0fd57dd97 (patch)
tree75ee64d5d58c8c52fe79809508e5b3e138ddf35c /indexgen.sh
parentc1ca94d8095ca6dace7585b9822bef0ace216e43 (diff)
downloadfetchmail-ef6feb27a17a3605c0a48b74536e2cc0fd57dd97.tar.gz
fetchmail-ef6feb27a17a3605c0a48b74536e2cc0fd57dd97.tar.bz2
fetchmail-ef6feb27a17a3605c0a48b74536e2cc0fd57dd97.zip
Add automatic size update.
svn path=/trunk/; revision=2304
Diffstat (limited to 'indexgen.sh')
-rwxr-xr-xindexgen.sh6
1 files changed, 5 insertions, 1 deletions
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 <<EOF
<!doctype HTML public "-//W3O//DTD W3 HTML 3.2//EN">
@@ -76,7 +80,7 @@ use the interactive GUI configurator (fetchmailconf) supplied with the
fetchmail distribution.<P>
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.<p>
Fetchmail is <a href="http://www.opensource.org">open-source</a>