Add readme

This commit is contained in:
Anton Vakhrushev 2017-11-12 13:00:18 +03:00
parent 37eabfbc60
commit f5fca0fafb

View File

@ -1 +1,11 @@
# haskell-cron-test
# 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