PowerShell/Scripts/show-honolulu-city.ps1
2021-12-06 12:31:23 +01:00

16 lines
385 B
PowerShell

<#
.SYNOPSIS
Shows Honolulu city in Google Maps
.DESCRIPTION
This script launches the Web browser with Google Maps at Honolulu city (USA).
.EXAMPLE
PS> ./show-honolulu-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-default-browser.ps1" "https://www.google.com/maps/place/Honolulu"
exit 0 # success