#! /usr/bin/env sh
set -e

DIR="$(cd "$(dirname "$0")" && pwd)"
php $DIR/bin/cli.php "$@"
