1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 20:14:48 +01:00
telerpc/server.php
2024-07-20 17:53:59 +00:00

8 lines
114 B
PHP

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