#!/usr/bin/perl -w
# -*- perl -*-

#
# Author: Slaven Rezic
#
# Copyright (C) 2002,2004,2013 Slaven Rezic. All rights reserved.
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
#
# Mail: slaven@rezic.de
# WWW:  http://bbbike.de
#

use strict;
use FindBin;
use lib "$FindBin::RealBin/../..";

use BBBikeMapserver::MkRouteMap ();

BBBikeMapserver::MkRouteMap::run(\@ARGV);

__END__
