Skip to content

Commit dc9d127

Browse files
committedAug 31, 2013
reference to companion command-line utility
1 parent 68fd2b2 commit dc9d127

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ In another project, I decided to use cron expression syntax to encode scheduling
66

77
The time-matching algorithm in this implementation is efficient, it avoids as much as possible to guess the next matching time stamp, a common technique seen in a number of implementations out there.
88

9+
There is also a companion command-line utility to evaluate cron time expressions: <https://github.com/gorhill/cronexprdo>.
10+
911
Implementation
1012
--------------
1113
The reference documentation for this implementation is found at

0 commit comments

Comments
 (0)
Please sign in to comment.