mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 17:03:04 +02:00
Update runShell.sh
This commit is contained in:
+4
-1
@@ -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"
|
||||
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