8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
|
#!/usr/bin/env php
|
||
|
<?php
|
||
|
|
||
|
require_once __DIR__."/../vendor/autoload.php";
|
||
|
|
||
|
$app = new Spark\SparkApplication();
|
||
|
$app->run();
|