0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-15 11:38:21 +00:00
Lakka-LibreELEC/projects/NXP/devices/iMX8/filesystem/usr/bin/gputemp
2024-07-06 13:02:07 +02:00

8 lines
193 B
Bash
Executable File

#!/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)"
echo "$(($TEMP / 1000)) C"