#!/usr/bin/php
<?php
if(!file_exists($p = __DIR__."/../../../autoload.php"))
	die("Could not load the ../../../autoload.php file");
require($p);

\Fubber\Commands\Command::run();

