mirror of
https://gitnet.fr/deblan/gist.git
synced 2021-08-14 08:30:49 +02:00
7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
|
#!/usr/bin/env php
|
||
|
<?php
|
||
|
|
||
|
$app = require __DIR__.'/bootstrap.php';
|
||
|
|
||
|
$app['console']->run();
|