Rename to show-*-city.ps1

This commit is contained in:
Markus Fleschutz 2021-11-08 21:23:38 +01:00
parent 7b676057d4
commit fb0f2a9670
21 changed files with 43 additions and 43 deletions

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Amsterdam in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Amsterdam (Netherlands) in Google Maps.
This script launches the Web browser and shows the city of Amsterdam (Netherlands) in Google Maps.
.EXAMPLE
PS> ./show-amsterdam
PS> ./show-amsterdam-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Barcelona in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Barcelona (Spain) in Google Maps.
This script launches the Web browser and shows Barcelona city (Spain) in Google Maps.
.EXAMPLE
PS> ./show-barcelona
PS> ./show-barcelona-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,14 +2,14 @@
.SYNOPSIS
Shows Cairo in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Cairo (Egypt) in Google Maps.
This script launches the Web browser and shows the city of Cairo (Egypt) in Google Maps.
.EXAMPLE
PS> ./show-cairo
PS> ./show-cairo-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/Cairo"
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/Kairo"
exit 0 # success

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Cape Town in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Cape Town (South Africa) in Google Maps.
This script launches the Web browser and shows Cape Town city (South Africa) in Google Maps.
.EXAMPLE
PS> ./show-cape-town
PS> ./show-cape-town-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Dallas in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Dallas (USA) in Google Maps.
This script launches the Web browser and shows the city of Dallas (USA) in Google Maps.
.EXAMPLE
PS> ./show-dallas
PS> ./show-dallas-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Dubai in Google Maps
.DESCRIPTION
This script launches the Web browser and shows New York City (US) in Google Maps.
This script launches the Web browser and shows the city of Dubai (VUE) in Google Maps.
.EXAMPLE
PS> ./show-dubai
PS> ./show-dubai-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Frankfurt in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Frankfurt (Germany) in Google Maps.
This script launches the Web browser and shows the city of Frankfurt (Germany) in Google Maps.
.EXAMPLE
PS> ./show-frankfurt
PS> ./show-frankfurt-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Hong Kong in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Hong Kong (China) in Google Maps.
This script launches the Web browser and shows the city of Hong Kong (China) in Google Maps.
.EXAMPLE
PS> ./show-hong-kong
PS> ./show-hong-kong-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Jerusalem in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Jerusalem (Israel) in Google Maps.
This script launches the Web browser and shows Jerusalem city (Israel) in Google Maps.
.EXAMPLE
PS> ./show-jerusalem
PS> ./show-jerusalem-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Lissabon in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Lissabon (Portugal) in Google Maps.
This script launches the Web browser and shows the city of Lissabon (Portugal) in Google Maps.
.EXAMPLE
PS> ./show-lissabon
PS> ./show-lissabon-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows London in Google Maps
.DESCRIPTION
This script launches the Web browser and shows London (UK) in Google Maps.
This script launches the Web browser and shows London city (UK) in Google Maps.
.EXAMPLE
PS> ./show-london
PS> ./show-london-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Los Angeles in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Los Angeles (USA) in Google Maps.
This script launches the Web browser and shows Los Angeles city (USA) in Google Maps.
.EXAMPLE
PS> ./show-los-angeles
PS> ./show-los-angeles-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Madrid in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Madrid (Spain) in Google Maps.
This script launches the Web browser and shows the city of Madrid (Spain) in Google Maps.
.EXAMPLE
PS> ./show-madrid
PS> ./show-madrid-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Moscow in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Moscow (Russia) in Google Maps.
This script launches the Web browser and shows Moscow city (Russia) in Google Maps.
.EXAMPLE
PS> ./show-moscow
PS> ./show-moscow-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Munich in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Munich (Germany) in Google Maps.
This script launches the Web browser and shows the city of Munich (Germany) in Google Maps.
.EXAMPLE
PS> ./show-munich
PS> ./show-munich-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Rome in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Rome (Italy) in Google Maps.
This script launches the Web browser and shows the city of Rome (Italy) in Google Maps.
.EXAMPLE
PS> ./show-rome
PS> ./show-rome-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows San Francisco in Google Maps
.DESCRIPTION
This script launches the Web browser and shows San Francisco (USA) in Google Maps.
This script launches the Web browser and shows the city of San Francisco (USA) in Google Maps.
.EXAMPLE
PS> ./show-san-francisco
PS> ./show-san-francisco-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Singapore in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Singapore in Google Maps.
This script launches the Web browser and shows Singapore city in Google Maps.
.EXAMPLE
PS> ./show-singapore
PS> ./show-singapore-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Sydney in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Sydney (Australia) in Google Maps.
This script launches the Web browser and shows the city of Sydney (Australia) in Google Maps.
.EXAMPLE
PS> ./show-sydney
PS> ./show-sydney-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Tokyo in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Tokyo (Japan) in Google Maps.
This script launches the Web browser and shows the city of Tokyo (Japan) in Google Maps.
.EXAMPLE
PS> ./show-tokyo
PS> ./show-tokyo-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Shows Washington in Google Maps
.DESCRIPTION
This script launches the Web browser and shows Washington (USA) in Google Maps.
This script launches the Web browser and shows Washington city (USA) in Google Maps.
.EXAMPLE
PS> ./show-washington
PS> ./show-washington-city
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK