#!/usr/bin/perl -w
use v5.14;
use Gruntmaster::Daemon;

Gruntmaster::Daemon->run;
