#!/usr/bin/perl -w

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

use Spork::Shlomify;

Spork::Shlomify->new->load_hub->command->process(@ARGV);
