Skip to content

Instantly share code, notes, and snippets.

@csandanov
Created November 1, 2018 03:25
Show Gist options
  • Save csandanov/1af20334101965eb0a86233394c8ac89 to your computer and use it in GitHub Desktop.
Save csandanov/1af20334101965eb0a86233394c8ac89 to your computer and use it in GitHub Desktop.
macOS sleep/wake log
#!/bin/sh
pmset -g log|grep -e " Sleep " -e " Wake " -e " Display is turned on "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment