DESCRIPTION:

a ruby port of github.com/technoweenie/cronwtf that translates cron tables and/or entries to human readable text

SYNOPSIS:

CronWTF::Table.new(`crontab -l`).to_s
CronWTF::Entry.new("*/10 * * * * /usr/bin/some_command").to_s

INSTALL:

sudo gem install rcronwtf

Copyright © 2009 Darrin Holst. See LICENSE for details.