1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 12:04:47 +01:00
This commit is contained in:
Daniil Gentili 2024-07-21 18:20:28 +02:00
parent a270b744be
commit 4b6da2531a

View File

@ -4,4 +4,4 @@ chdir(__DIR__);
require __DIR__.'/vendor/autoload.php'; require __DIR__.'/vendor/autoload.php';
(new Main())->run(($argv[1] ?? '') === 'serve'); (new Main())->run($argv[1] ?? '');