> while (true); do for i in cpu_limit cpu_temperature fan_speed; \ > do cat $i; echo; done; done
By the way. This hammers on the chip, you should add a sleep 1 to your inner loop. -- Colin Ne disez pas disez, mais disez dites
> while (true); do for i in cpu_limit cpu_temperature fan_speed; \ > do cat $i; echo; done; done
By the way. This hammers on the chip, you should add a sleep 1 to your inner loop. -- Colin Ne disez pas disez, mais disez dites