Skip to content

Instantly share code, notes, and snippets.

@rsky
Created May 14, 2011 17:13
Show Gist options
  • Save rsky/972399 to your computer and use it in GitHub Desktop.
Save rsky/972399 to your computer and use it in GitHub Desktop.
Mac OS Xのハイバネートを無効にし、sleepimageを削除する
#!/bin/sh
pmset -a hibernatemode 0
rm -fv /var/vm/sleepimage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment