summaryrefslogtreecommitdiff
path: root/scripts/run.php
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2018-04-29 22:24:25 +0100
committerFbenas <philbeansburton@gmail.com>2018-04-29 22:24:25 +0100
commitc223ab602cbe7f6db7321ba547164971d63d7bcd (patch)
treea4a73aab1d8082b2f96f899fc4d51040fe5ed85e /scripts/run.php
parentaf0cd60fc5fd2939477dfccd4c0e78892e76d5ba (diff)
WIP
Diffstat (limited to 'scripts/run.php')
-rw-r--r--scripts/run.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/run.php b/scripts/run.php
index 2e9e21c..2576b40 100644
--- a/scripts/run.php
+++ b/scripts/run.php
@@ -1 +1,8 @@
-run.php
+<?php
+
+// Bootstrap the autoload
+require(realpath(dirname(__FILE__) . "/../") . '/' . 'vendor/autoload.php');
+
+// Create new console
+$console = new App\Script\Console;
+$console->exec();