#!/usr/bin/env php
<?php
/**
 * @file This file is a simply shell wrapper for running BLT Robo commands.
 *
 * Having a wrapper permits other non-shell files to directly require
 * blt-robo.php.
 */

// Shell wrapper for BLT robo app.
require_once __DIR__ . '/blt-robo.php';
