Skip to content

Instantly share code, notes, and snippets.

@cory-ko-g
Created January 8, 2012 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cory-ko-g/1578737 to your computer and use it in GitHub Desktop.
Save cory-ko-g/1578737 to your computer and use it in GitHub Desktop.
#!/bin/sh
/usr/bin/pmset -g ps | awk '{ if (NR == 2) print "Batteries:" $2 " Status:" $3 " " $4 " " $5; }' | sed "s/;//g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment