6 lines
67 B

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