#!/usr/bin/perl

use strict;
use warnings;

use Fractal::Noisemaker;

Fractal::Noisemaker::make(@ARGV);
