mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-21 10:35:08 +02:00
Update runShell.sh
This commit is contained in:
+4
-4
@@ -23,7 +23,7 @@ else
|
||||
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 "Disk:%s" "$free_space"
|
||||
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