#!/usr/bin/env php
<?php

/**
 * Shell wrapper for Phing
 */

// turn off html errors
ini_set('html_errors', 'off');

putenv("PHING_HOME=/usr/share/php/phing/");

require_once '/usr/share/php/phing/phing.php';
