#!/bin/sh
echo Content-Type: text/html
echo
echo \<title\>Number of visitors\</title\>\<body\>
echo \<H1\>Hello!\</H1\>
echo \<H4\>
echo This script executed at `date`.
echo Your host is $REMOTE_HOST
set `cat /usr/local/etc/httpd/htdocs/kas2`
echo \<br\>
echo  You are $1th visitors to this page.\</H4\>
