mirror of
https://github.com/danog/telerpc.git
synced 2024-11-26 12:04:47 +01:00
10 lines
102 B
PHP
10 lines
102 B
PHP
<?php
|
|
|
|
chdir(__DIR__);
|
|
|
|
require 'vendor/autoload.php';
|
|
|
|
include 'src/Main.php';
|
|
|
|
(new Main())->run();
|