#!/bin/sh
exec php -d output_buffering=l $0 $@
<?php
ob_end_clean();

require_once "HelloWorld.php";

$hello = new HelloWorld(false);
