I'm trying to setup a crontab on the Mac. It just simply prints the message "Hello there!" to the console at a specific time, but it doesn't seem to work. Below is what I have in the crontab:
28 16 * * * echo "Hello there!"
Nothing happened at 4:28 pm. What did I miss?