#!/usr/bin/env perl

use strict;
use warnings;

use RabbitFoot::Cmd;

RabbitFoot::Cmd->run;

