#!/bin/sh # get CPU temperature in celsius # platform specific awk '{ print $2 }' /proc/acpi/ibm/thermal