mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-22 21:58:42 +01:00
Add show-lightnings.ps1
This commit is contained in:
parent
2a3b93c792
commit
071ad49d5c
15
Scripts/show-lightnings.ps1
Normal file
15
Scripts/show-lightnings.ps1
Normal 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
|
Loading…
Reference in New Issue
Block a user