From: W. Trevor King Date: Tue, 1 Feb 2011 15:52:22 +0000 (-0500) Subject: Oops, add bat.mdwn intro for bat.sh. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f36bdcf910ca77f4c1710debabf6459451bdf6e;p=blog.git Oops, add bat.mdwn intro for bat.sh. --- diff --git a/posts/bat.mdwn b/posts/bat.mdwn new file mode 100644 index 0000000..63ab042 --- /dev/null +++ b/posts/bat.mdwn @@ -0,0 +1,13 @@ +[[bat.sh]] is a [[bash]] script to display the available battery charge. + +When I'm running X, I usually monitor battery charge with [conky][], +but I wanted a script to allow quick status checks from the command +line. + + $ bat.sh + Full 4400000/4400000 (100.0%) + +[conky]: http://conky.sourceforge.net/ + +[[!tag tags/bash]] +[[!tag tags/programming]]