Add show-lightnings.ps1

This commit is contained in:
Markus Fleschutz 2021-11-06 11:28:39 +01:00
parent 2a3b93c792
commit 071ad49d5c

View File

@ -0,0 +1,15 @@
<#
.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