summaryrefslogtreecommitdiffstats
path: root/btc/mining/bin/ati_temper
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-08-24 17:53:11 +0200
committermakefu <github@syntax-fehler.de>2011-08-24 17:53:11 +0200
commitf23d4436239ca9d2528b2ddfc7b6859a253d22e7 (patch)
treef28ec3fd84186b9725ec271a16513c5d80f73293 /btc/mining/bin/ati_temper
parent14786b561f054a8ffac26eb4f3f66921a1e37e53 (diff)
parentc66cb75478976f4bbafb7eb6ecbfda502a4bbef2 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'btc/mining/bin/ati_temper')
-rwxr-xr-xbtc/mining/bin/ati_temper5
1 files changed, 0 insertions, 5 deletions
diff --git a/btc/mining/bin/ati_temper b/btc/mining/bin/ati_temper
deleted file mode 100755
index 283a6024..00000000
--- a/btc/mining/bin/ati_temper
+++ /dev/null
@@ -1,5 +0,0 @@
-#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`"