Initial commit

This commit is contained in:
2022-09-27 12:29:56 +02:00
commit 592f5579ab
18 changed files with 1436 additions and 0 deletions

9
bin/serverctl Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env php
<?php
use NoccyLabs\Serverctl\ConsoleApplication;
require_once __DIR__."/../vendor/autoload.php";
$app = new ConsoleApplication();
$app->run();