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

16 lines
382 B
PowerShell
Executable File

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