#!/usr/bin/perl

use Cog::App;

exit Cog::App->get_app_class(@ARGV)->new(argv => \@ARGV)->run();
