#!/bin/sh

List=`ls -1dtF *`

echo "<h2>This page is automatically generated at `date` in anti-chronological (most recent at the top) order by the <a href=update.sh>update.sh</a> script</h2>"
echo "<ul>"
for p in $List
do
       echo "<li><a href="$p">$p</a></li>"
done
echo "</ul>"
echo "<hr>Accessed: <IMG BORDER=0 SRC=""/cgi-bin/Count-2.4.cgi?dd=B&df=tigran_patches.dat""> times since 21 JAN 2000."
echo "<h3>Send any comments to me at [email protected]</h3>"