Skip to content

Instantly share code, notes, and snippets.

@DIEGOHORVATTI
Created April 3, 2023 20:35
Show Gist options
  • Save DIEGOHORVATTI/8cc3a5b3d5bc35369e2f42b82d8677a0 to your computer and use it in GitHub Desktop.
Save DIEGOHORVATTI/8cc3a5b3d5bc35369e2f42b82d8677a0 to your computer and use it in GitHub Desktop.
Desligar macos em 1hora com mensagem de debug
sudo shutdown -h +60 && for i in {60..1}; do echo -e "\033[1;33mDesligando em $i minutos...\033[0m"; sleep 60; done; sudo shutdown -h now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment