PowerShell/Scripts/show-vienna-city.ps1

16 lines
376 B
PowerShell
Raw Normal View History

2021-11-29 16:50:17 +01:00
<#
.SYNOPSIS
2021-11-29 17:04:40 +01:00
Shows Vienna city in Google Maps
2021-11-29 16:50:17 +01:00
.DESCRIPTION
This script launches the Web browser with Google Maps at Vienna (Austria).
.EXAMPLE
PS> ./show-vienna-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-default-browser.ps1" "https://www.google.com/maps/place/Vienna"
exit 0 # success