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

_EOF_

cat $1
