Hello, my name is BASH! I'm simple BASH script...
#!/bin/bash
echo "Content-Type: text/html"
echo ""

NAME="BASH"
echo "Hello, my name is $NAME! I'm simple BASH script..."
echo "
"
cat hello.cgi
echo "
"