10 lines
307 B
Markdown
Raw Normal View History

2018-07-16 10:00:14 +02:00
---
functions:
2018-10-05 18:55:38 +01:00
command:
2018-07-16 15:01:50 +02:00
- description: The commands are executed according to the crontab file edited via the `crontab` utility.
code: crontab -e
2018-10-05 18:55:38 +01:00
sudo:
2018-07-16 15:01:50 +02:00
- description: The commands are executed according to the crontab file edited via the `crontab` utility.
code: sudo crontab -e
2018-07-16 10:00:14 +02:00
---