#!/bin/sh
echo "Content-type: text/html\n\n"
echo "Hello World !\n"	
