#!/bin/bash

PHP_EXC=`command -v php`
REALPATH=$(readlink -f $0)
ROOT=$(dirname `dirname $REALPATH`)
$PHP_EXC $ROOT/src/CliTool.php $@