06661e173ef7a6b6d3fe2ae6f9c4fc30322f3687
haskell-cron-matcher
Match current time with given cron pattern.
$ haskell-cron-matcher "10-20 * * * * *"
See return code for result:
- 0 - matched
- 1 - dismatched
- 2 - pattern parse error
Languages
Haskell
91%
Makefile
9%