1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-09 14:28:26 +00:00
friendica-github/bin/console.php
2019-08-05 09:03:12 +02:00

10 lines
238 B
PHP
Executable file

#!/usr/bin/env php
<?php
use Dice\Dice;
require dirname(__DIR__) . '/vendor/autoload.php';
$dice = (new Dice())->addRules(include __DIR__ . '/../static/dependencies.config.php');
(new Friendica\Core\Console($dice, $argv))->execute();