#!/bin/sh set -e # Author: Robie Basak cd "$ADTTMP" cat > hello.php < EOT result=`php5 hello.php` test "$result" = "Hello, world!"