#!/usr/bin/env php
<?php

if (!@include_once __DIR__ . '/../vendor/autoload.php') {
    @include_once __DIR__ . '/../../../autoload.php';
}

$app = (new Roots\Sage\Installer\Installer)->app->run();
