#!/usr/bin/env perl
# ABSTRACT: muster - bookmark web application
# PODNAME: muster
=head1 NAME
muster - bookmark web application
=head1 VERSION
version 0.92
=head1 SYNOPSIS
muster COMMAND
=head1 DESCRIPTION
Muster is a content management system.
It uses the Mojolicious framework.
It understands SQLite databases.
=cut
# Start command line interface for application
Mojolicious::Commands->start_app('Muster');