PowerShell/Scripts/show-lightnings.ps1
2021-11-06 11:28:39 +01:00

16 lines
357 B
PowerShell

<#
.SYNOPSIS
Shows Lightnings in OpenStreetMap
.DESCRIPTION
This script launches the Web browser and shows Lightnings in OpenStreetMap.
.EXAMPLE
PS> ./show-lightnings
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://www.lightningmaps.org"
exit 0 # success