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

$app = require(__DIR__ . '/bootstrap/app.php');

$core = $app->make('Bete\Console\Core');

$core->run();
