mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-10 02:42:51 +02:00
Update runShell.sh
This commit is contained in:
+3
-3
@@ -24,6 +24,6 @@ fi
|
||||
|
||||
# print telemetry data
|
||||
printf "Disk: %s" "$free_space"
|
||||
printf "RAM: %.2f%%" "$ram_usage"
|
||||
printf "CPU: %.1f%%" "$cpu_usage"
|
||||
printf "CPU-T: %.1f°C (%.1f°F)" "$temp" "$tempf"
|
||||
printf " RAM: %.2f%%" "$ram_usage"
|
||||
printf " CPU: %.1f%%" "$cpu_usage"
|
||||
printf " CPU-T: %.1f°C (%.1f°F)" "$temp" "$tempf"
|
||||
Reference in New Issue
Block a user