[Xfce4-commits] <xfce4-genmon-plugin:master> Remove scripts/samples.txt at request of author. Closes: #7657.
John Lindgren
noreply at xfce.org
Sun Jan 1 22:22:01 CET 2012
Updating branch refs/heads/master
to 71f4c9cedb1f0bf0b072cbf95101bd946dfa8363 (commit)
from 78e457ae136015a7cc2260bb4e95cc14307f450e (commit)
commit 71f4c9cedb1f0bf0b072cbf95101bd946dfa8363
Author: John Lindgren <john.lindgren at aol.com>
Date: Sun Jan 1 16:19:45 2012 -0500
Remove scripts/samples.txt at request of author. Closes: #7657.
scripts/samples.txt | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/scripts/samples.txt b/scripts/samples.txt
deleted file mode 100644
index de0932c..0000000
--- a/scripts/samples.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-$Revision: 1.1 $
-
-The following samples were provided by Edward Herr
-
-CPU & HD temp script:
-
-#!/bin/bash
-CPUTEMP=`acpi -ABt | cut -d " " -f 9 | cut -d "." -f 1`
-DISKTEMP=`hddtemp -n /dev/hda`
-echo cpu $CPUTEMP
-echo hda $DISKTEMP
-
-and wireless bitrate...
-
-#!/bin/bash
-BITRATE=`/sbin/iwconfig eth1|grep "Bit Rate"|cut -d ":" -f 2|cut -d " " -f 1`
-if [ $BITRATE ]; then echo "$BITRATE"
- else echo "00 Mb/s"
-fi
More information about the Xfce4-commits
mailing list