Skip to content

Instantly share code, notes, and snippets.

@yoozoosato
Created September 7, 2011 06:11
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 yoozoosato/1199895 to your computer and use it in GitHub Desktop.
Save yoozoosato/1199895 to your computer and use it in GitHub Desktop.
Get MacBook battery info for 'bucktick'
#!/bin/sh
/usr/bin/pmset -g ps | tail -n 1 | awk '{print $2", " $4" remains"}' | sed 's/;//';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment