#!/usr/bin/env perl
use strict;
use warnings;
use Math::Histo::CLI;

exit Math::Histo::CLI::run(@ARGV);
