#!perl
use lib qw(./lib);
use App::rdapper;
use strict;

App::rdapper->main(@ARGV);
