#! /bin/sh : <<=cut =head1 NAME rpi_temp - monitor the temperature of a Raspberry device =head1 AUTHORS Copyright (C) 2013 Steve Schnepp =head1 LICENSE GNU Library General Public License v2 only SPDX-License-Identifier: LGPL-2.0-only =cut if [ ! -r "/sys/class/thermal/thermal_zone0/temp" ] then echo "# Cannot read CPU Temp" exit 1 fi if [ "$1" = "config" ] then cat <