#!/bin/bash
#
# Makes a header for html file...
#
echo -e "Content-type: text/html\n\n";
echo -e "<HTML><HEAD><TITLE>$1</TITLE></HEAD>";
