Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 220 Bytes

File metadata and controls

7 lines (5 loc) · 220 Bytes

Append crontab row

This can be helpful within a script or as a remote command to just add a line to crontab, rather than have to rebuild / edit it.

$ (crontab -l ; echo "0 * * * * echo Hello") | crontab -