From 3f85cd6dd8ce4ea60918f9de9769cf5cf0ffabb8 Mon Sep 17 00:00:00 2001 From: raspithek Date: Tue, 2 Jun 2026 11:19:43 +0000 Subject: [PATCH] bin/measure_temp.sh aktualisiert typos --- bin/measure_temp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/measure_temp.sh b/bin/measure_temp.sh index 756c457..a81bb4f 100755 --- a/bin/measure_temp.sh +++ b/bin/measure_temp.sh @@ -7,7 +7,7 @@ usage() { cat <<-EOF Usage: ${name} [-h || --help] - measures the pu core temperature an echoes with a squenence number to stdout. + measures the cpu's core temperature and writes it with a timestamp to stdout. EOF }