Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 476 Bytes

cron.md

File metadata and controls

26 lines (16 loc) · 476 Bytes

cron

A macro-procedure, rewriting itself to schedule cron: ....

cron '0 0 1 jan *'
  task albert 'take out garbage'

is automatically turned into:

schedule cron: '0 0 1 jan *'
  def msg
    task albert 'take out garbage'

see also

Schedule, and every.