diff --git a/bin/sample.php b/bin/sample.php deleted file mode 100755 index 9fa2f66e0..000000000 --- a/bin/sample.php +++ /dev/null @@ -1,44 +0,0 @@ -#!/usr/bin/php - - * @license http://www.gnu.org/licenses/gpl-2.0.txt GPL, version 2 - * @author Icinga Development Team - * - */ -// {{{ICINGA_LICENSE_HEADER}}} - -set_include_path( - realpath(dirname(__FILE__) . '/../library/') - . ':' - . get_include_path() -); - -require_once 'Icinga/Application/Cli.php'; - -use Icinga\Application\Cli; -use Icinga\Util\Format; - -$app = Cli::start(); - -echo Format::bytes(10930423) . "\n";