#!/bin/sh
#
cat << _EOF_
HTTP/1.0 200 OK
Content-type: text/html

<plaintext>
_EOF_

cat $1
