#!/usr/bin/env perl 

use strict;
use warnings;

use lib 'lib';
use App::ExtractLinks;

App::ExtractLinks->run;

