#!/usr/bin/env perl -CAS

use FindBin;
use lib "$FindBin::Bin/../lib";

use App::Sqitch;

exit App::Sqitch->go;
