#!/bin/sh TEMP=`sensors | awk '/Tctl/ {print $2}'` echo "$TEMP"