#!/usr/bin/perl

use Cog::App;

exit Cog::App->get_app(@ARGV)->new()->run();
