PowerShell/Scripts/show-lightnings.ps1

16 lines
375 B
PowerShell
Raw Normal View History

2021-11-06 11:28:39 +01:00
<#
.SYNOPSIS
Shows Lightnings in OpenStreetMap
.DESCRIPTION
2022-01-30 10:49:30 +01:00
This PowerShell script launches the Web browser and shows lightnings in OpenStreetMap.
2021-11-06 11:28:39 +01:00
.EXAMPLE
PS> ./show-lightnings
.LINK
https://github.com/fleschutz/PowerShell
2022-01-30 10:49:30 +01:00
.NOTES
2022-09-06 21:42:04 +02:00
Author: Markus Fleschutz | License: CC0
2021-11-06 11:28:39 +01:00
#>
2021-11-23 07:45:50 +01:00
& "$PSScriptRoot/open-default-browser.ps1" "https://www.lightningmaps.org"
2021-11-06 11:28:39 +01:00
exit 0 # success