mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 13:27:41 +02:00
Improve the scripts
This commit is contained in:
@ -26,7 +26,7 @@ try {
|
||||
} elseif ($Temp -lt "0") {
|
||||
write-warning "$Temp °C CPU temperature is quite low"
|
||||
} else {
|
||||
write-host -foregroundColor green "✔️ $Temp °C CPU temperature"
|
||||
"✔️ $Temp °C CPU temperature"
|
||||
}
|
||||
exit 0
|
||||
} catch {
|
||||
|
Reference in New Issue
Block a user