#!/usr/bin/env perl

use strict;
use warnings;

use Clustericious::Commands;

Clustericious::Commands->start;
