#!/usr/bin/perl

eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'
    if 0; # not running under some shell
use strict;
use warnings;
use RevML::Web;

RevML::Web->new->load_hub->load_class('command')->process(@ARGV);
