Files

19 lines
378 B
Plaintext

---
functions:
command:
- code: |-
crontab -e
comment: |-
This spaws the default editor to edit the crontab file, commands can be scheduled to run using the [cron syntax](https://en.wikipedia.org/wiki/Cron).
contexts:
sudo:
unprivileged:
inherit:
- code: |-
crontab -e
contexts:
sudo:
unprivileged:
from: vi
...