mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-11 05:43:53 +02:00
Update the scripts
This commit is contained in:
@ -28,7 +28,7 @@ try {
|
||||
} elseif ($Temp -gt 50) {
|
||||
"✔️ CPU has $Temp °C: quite high"
|
||||
} elseif ($Temp -gt 0) {
|
||||
"✔️ CPU has $Temp °C: good"
|
||||
"✔️ CPU has $Temp °C"
|
||||
} elseif ($Temp -gt -20) {
|
||||
"✔️ CPU has $Temp °C: quite low"
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user