Created
April 3, 2023 20:35
-
-
Save DIEGOHORVATTI/8cc3a5b3d5bc35369e2f42b82d8677a0 to your computer and use it in GitHub Desktop.
Desligar macos em 1hora com mensagem de debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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