mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-01 05:21:06 +01:00
18 lines
264 B
Plaintext
18 lines
264 B
Plaintext
|
# To schedule a one time task
|
||
|
at {time}
|
||
|
{command 0}
|
||
|
{command 1}
|
||
|
Ctrl-d
|
||
|
|
||
|
# {time} can be either
|
||
|
now | midnight | noon | teatime (4pm)
|
||
|
HH:MM
|
||
|
now + N {minutes | hours | days | weeks}
|
||
|
MM/DD/YY
|
||
|
|
||
|
# To list pending jobs
|
||
|
atq
|
||
|
|
||
|
# To remove a job (use id from atq)
|
||
|
atrm {id}
|