How to set a shutdown timer for your Mac

sudo shutdown -s +60

-s => sleep

-h => shut it down completely

-r => restart

+60 => 60 minutes

disable a shutdown timer

sudo killall shutdown