#!/bin/bash
echo "Content-type: text/html"
echo ""
echo "Hello World!"
whoami
