#!/bin/bash echo "Content-type: text/html" echo "" echo '' echo 'Hello From Bash
Environment:' echo '
'
/usr/bin/env
echo '
' echo '' exit 0