#!/usr/bin/env perl
use strict;
use warnings;

use App::SortCopies;

App::SortCopies::run(@ARGV);
