diff options
Diffstat (limited to 'scripts/run.php')
-rw-r--r-- | scripts/run.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/run.php b/scripts/run.php new file mode 100644 index 0000000..b17d3b4 --- /dev/null +++ b/scripts/run.php @@ -0,0 +1,7 @@ +<?php + +require __DIR__.'/../src/bootstrap.php'; + +use App\Main; + +$main = (new Main)->run(); |