Revision 5,
335 bytes
checked in by ajaworski, 13 years ago
(diff) |
Added config files and operation scripts
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | while [ 1 = 1 ] |
---|
2 | do |
---|
3 | aticonfig --adapter=0 --od-gettemperature > /tmp/ati_monitor.tmp |
---|
4 | aticonfig --adapter=1 --od-gettemperature >> /tmp/ati_monitor.tmp |
---|
5 | aticonfig --adapter=2 --od-gettemperature >> /tmp/ati_monitor.tmp |
---|
6 | aticonfig --adapter=3 --od-gettemperature >> /tmp/ati_monitor.tmp |
---|
7 | |
---|
8 | cp /tmp/ati_monitor.tmp ~/ati_monitor.log |
---|
9 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.