1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-25 04:40:17 +02:00
Magallanes/bin/mage
2016-12-31 03:52:25 -03:00

11 lines
222 B
PHP
Executable File

#!/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();