aboutsummaryrefslogtreecommitdiff
path: root/ratpoison/panel/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'ratpoison/panel/cpu')
-rwxr-xr-xratpoison/panel/cpu3
1 files changed, 0 insertions, 3 deletions
diff --git a/ratpoison/panel/cpu b/ratpoison/panel/cpu
deleted file mode 100755
index fe018a5..0000000
--- a/ratpoison/panel/cpu
+++ /dev/null
@@ -1,3 +0,0 @@
-while true; do
-mpstat -P ALL 2 1 | grep "Average.*all" | awk '{print "C"$3+$5}'
-done