#!/usr/bin/env bash

echo "Content-type: text/html"
echo ""
java -cp . WebApp "${QUERY_STRING:-no-args}" 2>&1
