#!/usr/bin/perl

use YamlTime;

@ARGV = ('status') unless @ARGV;

YamlTime->run;
