#!/usr/bin/env php
<?php
require '/usr/share/php/Phinx/autoload.php';
$app = new Phinx\Console\PhinxApplication();
$app->run();
