Cron parser written in Scala
To build run gradle build
then run with build/bin/CronParser "cron_string_to_parse"
- cron_string_parse - String with whitespaces containing an entire cron string (5 fields and command), quotes needed around to be interpreted as one argument
- Better input argument parsing