gist/app/console

7 lines
92 B
Plaintext
Raw Normal View History

2015-05-05 20:33:05 +02:00
#!/usr/bin/env php
<?php
$app = require __DIR__.'/bootstrap.php';
$app['console']->run();