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

use \Bedrox\Cmd\Console;

set_time_limit(0);

require_once __DIR__ . '/../vendor/autoload.php';

Console::run();
