Open-Windy
Opens the Windy website
#requires -version 5.1
& "$PSScriptRoot/open-URL.ps1" "https://www.windy.com/-Weather-radar-radar" "Windy Weather Radar: "
exit 0 # successThis script has no configurable parameters.
Opens the Windy website
#requires -version 5.1
& "$PSScriptRoot/open-URL.ps1" "https://www.windy.com/-Weather-radar-radar" "Windy Weather Radar: "
exit 0 # successThis script has no configurable parameters.