friendica/bin/console.php

10 lines
198 B
PHP
Raw Normal View History

2018-03-18 13:26:51 -04:00
#!/usr/bin/env php
2018-03-18 05:12:39 -04:00
<?php
include_once dirname(__DIR__) . '/boot.php';
$a = new Friendica\App(dirname(__DIR__));
\Friendica\BaseObject::setApp($a);
2018-03-30 22:56:04 -04:00
(new Friendica\Core\Console($argv))->execute();