I'm toying around with building an application to display messages on the screen on a desired intervals.
I want to use cron to achieve that and I am considering my options. The most naive approach would be to print the commands directly into crontab. Is that a bad idea?