Skip to content

Instantly share code, notes, and snippets.

@davej
Created December 23, 2017 02:14
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davej/b3c56a37134fc168c450847b192dbc96 to your computer and use it in GitHub Desktop.
Save davej/b3c56a37134fc168c450847b192dbc96 to your computer and use it in GitHub Desktop.
Prevent Mid 2014 MBP random shutdown
# 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