1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-24 05:24:01 +00:00
friendica-github/bin/console.php
2019-02-17 20:45:39 +01:00

11 lines
254 B
PHP
Executable file

#!/usr/bin/env php
<?php
require dirname(__DIR__) . '/vendor/autoload.php';
use Friendica\Factory;
$a = Factory\DependencyFactory::setUp('console', dirname(__DIR__));
\Friendica\BaseObject::setApp($a);
(new Friendica\Core\Console($argv))->execute();