projects
/
mw2txt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaa002a
)
Oops, add bat.mdwn intro for bat.sh.
author
W. Trevor King
<wking@drexel.edu>
Tue, 1 Feb 2011 15:52:22 +0000
(10:52 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 1 Feb 2011 15:52:22 +0000
(10:52 -0500)
posts/bat.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/posts/bat.mdwn
b/posts/bat.mdwn
new file mode 100644
(file)
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]]