Initial commit
This commit is contained in:
9
bin/serverctl
Executable file
9
bin/serverctl
Executable 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();
|
Reference in New Issue
Block a user