[Nostromo] Initial Commit

This commit is contained in:
Andrés Montañez
2016-12-31 03:52:25 -03:00
commit 233bd58d48
39 changed files with 3169 additions and 0 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env php
<?php
date_default_timezone_set('UTC');
require __DIR__ . '/../vendor/autoload.php';
use Mage\MageApplication;
$mage = new MageApplication();
$mage->configure(__DIR__ . '/../.mage.yml');
$mage->run();