#!/bin/bash
echo "Content-Type: text/html; charset=UTF-8"
echo
cat << enddoc
Hello world in bash
enddoc
