Renamed serverctl to server

This commit is contained in:
2022-09-28 01:12:53 +02:00
parent 2ec5081832
commit 77ef3c2ffa
3 changed files with 3 additions and 3 deletions

9
bin/server 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();