#!/bin/sh

date=`date -u '+%a, %d %b %Y %H:%M:%S %Z'`

cat << EOF
Content-type: text/html
Expires: $date

EOF

cat ../wwwroot/test.html
