Skip to content

Instantly share code, notes, and snippets.

@awkale
Last active August 29, 2015 14:00
Show Gist options
  • Save awkale/11406131 to your computer and use it in GitHub Desktop.
Save awkale/11406131 to your computer and use it in GitHub Desktop.
caffeinate - disable screensaver for ## length of time (in seconds)
caffeinate -t 3600 &
@awkale
Copy link
Author

awkale commented Nov 7, 2014

& - allows to run in background, freeing up terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment