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

require_once __DIR__ . '/../bootstrap.php';

$app = new OmekaCli\Application();
$exitCode = $app->run();

exit($exitCode);
