mirror of
https://github.com/danog/telerpc.git
synced 2024-11-26 12:04:47 +01:00
7 lines
103 B
PHP
7 lines
103 B
PHP
<?php
|
|
|
|
chdir(__DIR__);
|
|
|
|
require __DIR__.'/vendor/autoload.php';
|
|
|
|
(new Main)->run($argv[1] === 'serve'); |