icingaweb2/bin/icingacli
xert cf91478b65 Use /usr/bin/env php in the icingacli for source installations
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-07-30 15:20:09 +02:00

8 lines
211 B
PHP
Executable File

#!/usr/bin/env php
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
require_once dirname(__DIR__) . '/library/Icinga/Application/Cli.php';
Icinga\Application\Cli::start()->dispatch();