t411-console/console

10 lines
139 B
Plaintext
Raw Normal View History

2015-02-10 01:17:29 +01:00
#!/usr/bin/env php
<?php
require_once __DIR__ . '/vendor/autoload.php';
use Console\Application;
$app = new Application();
$app->run();