Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 386 Bytes

File metadata and controls

13 lines (8 loc) · 386 Bytes

CronParser

Cron parser written in Scala

To build run gradle build then run with build/bin/CronParser "cron_string_to_parse"

Parameters:

  • cron_string_parse - String with whitespaces containing an entire cron string (5 fields and command), quotes needed around to be interpreted as one argument

Enhancement options:

  • Better input argument parsing