~/html/guestbook/index.new
Contact Page
Contact Page
Friends who signed my guestbook:
TAG1
cnt=2048
while test $cnt -ge 0
do
ader=`makeaddr.sh`
echo "
${ader} `fortune -s`" >> ~/html/guestbook/index.new
cnt=$((cnt-1))
echo -ne "${cnt} " \\r
done
echo
cat <> ~/html/guestbook/index.new
TAG2
cat ~/html/guestbook/index.html > ~/html/guestbook/index.htm.old
mv -f ~/html/guestbook/index.new ~/html/guestbook/index.html