#!/bin/sh -x php --version time php ee.php g++ --version g++ -Wall -o ee ee.cc && time ./ee python --version time python ee.py