Hello,
I want to shut down a group of mac minis at 9 PM using a cronjob. I have this written, but not useful. Would anyone have any advice on how to implement a script for this?
command being used:
Sudo crontab -i
i
* 21 * * * /sbin/shutdown -h now
Esc
:wq