mirror of
https://github.com/OPSnet/Logchecker.git
synced 2026-01-16 18:04:27 -05:00
8 lines
137 B
PHP
Executable File
8 lines
137 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
|
|
require __DIR__.'/../vendor/autoload.php';
|
|
|
|
$app = new OrpheusNET\Logchecker\LogcheckerConsole();
|
|
$app->run();
|