0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-15 10:28:20 +00:00

8 lines
193 B
Plaintext
Raw Permalink Normal View History

2021-03-08 16:28:00 -08:00
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
TEMP="$(cat /sys/class/thermal/thermal_zone1/temp)"
2024-07-06 11:09:42 +02:00
echo "$(($TEMP / 1000)) C"