#!/usr/bin/env php
<?php
require __DIR__ . '/bootstrap/app.php';
/***
 * ss-panel xcat script
 */
use App\Command\XCat;

$cat = new XCat($argv);
$cat->boot();
