mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-26 03:00:26 -05:00
6 lines
147 B
PHP
Executable file
6 lines
147 B
PHP
Executable file
#!/usr/bin/php
|
|
<?php
|
|
|
|
use Icinga\Application\Cli;
|
|
require_once dirname(__DIR__) . '/library/Icinga/Application/Cli.php';
|
|
Cli::start()->dispatch();
|