Created
December 23, 2017 02:14
-
-
Save davej/b3c56a37134fc168c450847b192dbc96 to your computer and use it in GitHub Desktop.
Prevent Mid 2014 MBP random shutdown
This file contains 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
# From https://discussions.apple.com/thread/8115237 | |
from time import sleep | |
while True: | |
sleep(0.00002) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment