#!/bin/bash

echo "Content-type: text/html"
echo 
echo 
echo "<HTML><PRE>"
/bin/date
echo "</PRE></HTML>"
echo


