#!/usr/bin/perl 

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

App::revealup::cli->new->run(@ARGV);

