#! /bin/sh -

count=500

if [ "0$1" -gt 0 ]; then
        count="$1"
fi

# This will look at the last $count articles that arrived at this site
# and find the average delay from the time when the articles were originally
# posted to the time they arrived at this site.

#### =()<. @<_PATH_SHELLVARS>@>()=
. /var/news/etc/innshellvars

tail -${count} $HISTORY | ${NEWSLIB}/ndelay.pl
