#!/usr/bin/env perl

use ByteBeat;

ByteBeat->new(args => \@ARGV)->run;
