#!/bin/bash

echo "Content-type: text/html"
echo ""
echo "Hello Bash CGI"
