summaryrefslogtreecommitdiff
path: root/batterymon.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-07 02:47:02 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-07 02:47:02 -0500
commitd252b0a3eecfdf99c672ebc4cdd552087983f485 (patch)
tree4b8effd83b748bacd508e798578517f4ef565513 /batterymon.sh
parent4c96b02ae96318b1a83abffc20251abbdcb7d8ed (diff)
Minor touch-ups
Diffstat (limited to 'batterymon.sh')
-rw-r--r--batterymon.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/batterymon.sh b/batterymon.sh
index 34e7faa..f46c6ed 100644
--- a/batterymon.sh
+++ b/batterymon.sh
@@ -7,7 +7,6 @@ fi
thresh=$1
cmd=$2
-
while true; do
num=`acpi|sed -nr '/Discharging/s/.*, ([0-9]*)%,.*/\1/p'`
num=${num:-100}