#!/usr/bin/env perl
use strict;
my $config = shift @ARGV;
App::Seacan->new( config => $config )->run;