diff options
Diffstat (limited to 'avg_batt')
-rwxr-xr-x | avg_batt | 4 |
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 }')%" - |