Skip to content

[v1.0.6] - Cron Job support added with Minor Enhancements

Latest
Compare
Choose a tag to compare
@pateash pateash released this 20 Mar 16:08

Now you will be able to describe cron expression like

cdt cron -d "* * * * *"

also will be able to schedule commands via cron

cdt cron -r "echo hello" '* * * * *'