Plugin rpi_temp: convert documentation to perlpod format

This commit is contained in:
Lars Kruse 2020-10-05 01:17:37 +02:00
parent d369b31644
commit 5a2f9abf8a
1 changed files with 20 additions and 1 deletions

View File

@ -1,5 +1,24 @@
#! /bin/sh
# (c) 2013 - LGPL - Steve Schnepp <steve.schnepp@pwkf.org>
: <<=cut
=head1 NAME
rpi_temp - monitor the temperature of a Raspberry device
=head1 AUTHORS
Copyright (C) 2013 Steve Schnepp <steve.schnepp@pwkf.org>
=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" ]