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

namespace Ephect;

use Ephect\Framework\CLI\Application;

include 'bootstrap.php';

Application::create($argv, $argc);
 