PowerShell/Scripts/open-topo-map-website.ps1
Markus Fleschutz 34c0cc91dd Simple rename
2021-11-29 11:19:20 +01:00

16 lines
352 B
PowerShell
Executable File

<#
.SYNOPSIS
Opens the OpenTopoMap website
.DESCRIPTION
This script launches the Web browser with the OpenTopoMap website.
.EXAMPLE
PS> ./open-topo-map-website
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-default-browser.ps1" "https://opentopomap.org"
exit 0 # success