summaryrefslogtreecommitdiffstats
path: root/mining/user/bin
diff options
context:
space:
mode:
authormakefu <makefu@syntax-fehler.de>2011-06-23 01:11:50 +0200
committermakefu <makefu@syntax-fehler.de>2011-06-23 01:11:50 +0200
commit0ba0ca5efa18485a95005a4c22891b0c4927e732 (patch)
treef27c9df8f9ccf6aa78a7cdbc55e1cac78c50d398 /mining/user/bin
parentefee2013940fa4c57ec3b1ae046e64036864cc46 (diff)
parent8f900fff02ac22ba87c35e6745af11c0b8d98855 (diff)
merged Makefile, install lmsensors AND tmux
Diffstat (limited to 'mining/user/bin')
-rwxr-xr-xmining/user/bin/ati_temper5
1 files changed, 5 insertions, 0 deletions
diff --git a/mining/user/bin/ati_temper b/mining/user/bin/ati_temper
new file mode 100755
index 00000000..283a6024
--- /dev/null
+++ b/mining/user/bin/ati_temper
@@ -0,0 +1,5 @@
+#displays: CARD1TEMP CARD2TEMP CPUTEMP OUTSIDE
+echo -n "`DISPLAY=:0 aticonfig --adapter=1 --od-gettemperature | grep Temperature | sed -n 's/.*Temperature - \([0-9.]*\) C/\1/;p'` "
+echo -n "`DISPLAY=:0 aticonfig --adapter=2 --od-gettemperature | grep Temperature | sed -n 's/.*Temperature - \([0-9.]*\) C/\1/;p'` "
+echo -n "`sensors | grep temp1 | sed -e 's/temp1: *+\([0-9.]*\).*/\1/'` "
+echo "`temper`"