1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-03-22 19:26:49 +01:00
PowerShell/Scripts/show-seattle.ps1
2021-11-05 16:42:40 +01:00

16 lines
363 B
PowerShell
Executable File

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