summaryrefslogtreecommitdiff
path: root/avg_batt
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-04-16 16:34:33 +0200
committerPatrick Simianer <p@simianer.de>2016-04-16 16:34:33 +0200
commit95b3e4bb744932ce4eac14bb350cc0455d15848a (patch)
treec96093d9667c87264a8820d876041fe96b068f57 /avg_batt
parentfca926851e1d56eeb0044727fe976252d646f48d (diff)
mv
Diffstat (limited to 'avg_batt')
-rwxr-xr-xavg_batt4
1 files changed, 0 insertions, 4 deletions
diff --git a/avg_batt b/avg_batt
deleted file mode 100755
index 9fd528f..0000000
--- a/avg_batt
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-echo "$(acpi | cut -d ' ' -f 4 | sed 's|[%,]||g' | awk '{ total += $1; count++ } END { print total/count }')%"
-