CronParser

Welcome the CronParser assignment.

Requirements

For build and runn the app you need:

Running the application locally

./gradlew run --args="<minute> <hour> <day-of-month> <month> <day-of-week> <command>"

Sample command

./gradlew run --args="9/1 9-17 1,15 * 1-5 /usr/bin/find"