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

11 lines
207 B
PHP
Executable File

#!/usr/bin/env php
<?php
date_default_timezone_set('UTC');
require __DIR__ . '/../../../autoload.php';
use Mage\MageApplication;
$mage = new MageApplication();
$mage->configure('.mage.yml');
$mage->run();