#!/usr/bin/env sh

SCRIPT_PATH=$(dirname "$(realpath "$0")")

cd "$SCRIPT_PATH" || return 1
php "$SCRIPT_PATH/console/bin/clc.php" "$@"
