#!/bin/bash
# Steven Maresca
# lightyear4 @t gmail
#
# An extremely simple script to pull processor temp from the
# /proc/acpi tree
#
# requires acpi
#
# Current version of this script (and others) always available
# at http://www.fugitivethought.com/projects/shell-scripts/

cat /proc/acpi/thermal_zone/THM/temperature
