From f32ceb0383a0ce2c7e5930a6e91004c1f2136d74 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 23 Dec 2024 13:11:09 -0800 Subject: [PATCH] Update runShell.sh --- runShell.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/runShell.sh b/runShell.sh index 9a3cacf..1f1f323 100644 --- a/runShell.sh +++ b/runShell.sh @@ -23,4 +23,7 @@ else fi # print telemetry data -printf "Disk: %s\n" "$free_space CPU%: %.1f%%\n" "$cpu_usage RAM: %.2f%%\n" "$ram_usage CPU: %.1f°C (%.1f°F)\n" "$temp" "$tempf" \ No newline at end of file +printf "Disk: %s" "$free_space" +printf "RAM: %.2f%%" "$ram_usage" +printf "CPU: %.1f%%" "$cpu_usage" +printf "CPU-T: %.1f°C (%.1f°F)" "$temp" "$tempf" \ No newline at end of file