#!/usr/bin/env php
<?php
/**
 * Part of muse project.
 *
 * @copyright  Copyright (C) 2011 - 2014 SMS Taiwan, Inc. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE
 */

include dirname(__DIR__) . '/vendor/autoload.php';

$app = new \Muse\Windwalker\Application;

$app->execute();
