dir/bin/console.php

7 lines
130 B
PHP
Raw Normal View History

#!/usr/bin/env php
<?php
include_once dirname(__DIR__) . '/boot.php';
(new Friendica\Directory\Core\Console($argv))->execute();