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

$app = require 'app/bootstrap/console.php';
$app->run();