mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 11:33:10 +00:00
a0c5a6293b
Fixes #137 ![Demo](https://user-images.githubusercontent.com/3226564/67512211-b2e99a00-f66e-11e9-8ffe-09f30cb54599.png)
7 lines
77 B
Text
7 lines
77 B
Text
% crontab, schedule
|
|
|
|
# List cron jobs
|
|
crontab -l
|
|
|
|
# Edit cron job
|
|
crontab -e
|