#!/bin/sh
echo "Content-type: text/plain"
echo
echo "$(date)"

