#!/usr/bin/env perl

use warnings;
use strict;
use Dist::Joseki::Cmd;


our $VERSION = '0.17';


Dist::Joseki::Cmd->new->run;


