#!/bin/sh
echo "Content-type: text/plain"
echo
date > /var/time
cat /var/time

