#!/usr/bin/env perl
use strict;
use warnings;
use App::Seacan;

my $config = shift @ARGV;
App::Seacan->new( config => $config )->run;
