p_ysk/start.php

6 lines
108 B
PHP

#!/usr/bin/env php
<?php
chdir(__DIR__);
require_once __DIR__ . '/vendor/autoload.php';
support\App::run();