I'm running macOS 10.13.5, and I want the Mac to say something, such as the current time, with the at command for the specified time.
I have already loaded the atrun daemon, and the following command is working:
at now + 1 minute
echo "blah" > /tmp/test.txt
But when I use a say command with the at command, it does nothing:
at now + 1 minute
say 'hello'
I would like to know what happened. Is there a log or something I can do to find out?