#!/bin/bash echo "ETag: foo" echo "Content-type: text/html"; echo "" echo "Hello World!"