1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-30 04:38:57 +01:00
telerpc/server.php

8 lines
114 B
PHP
Raw Normal View History

2024-07-20 19:42:46 +02:00
<?php
chdir(__DIR__);
require __DIR__.'/vendor/autoload.php';
2024-07-20 19:53:59 +02:00
(new Main())->run(($argv[1] ?? '') === 'serve');