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 .SYNOPSIS
Shows Amsterdam in Google Maps Shows Amsterdam in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-amsterdam PS> ./show-amsterdam-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Barcelona in Google Maps Shows Barcelona in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-barcelona PS> ./show-barcelona-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,14 +2,14 @@
.SYNOPSIS .SYNOPSIS
Shows Cairo in Google Maps Shows Cairo in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-cairo PS> ./show-cairo-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK
https://github.com/fleschutz/PowerShell 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 exit 0 # success

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Cape Town in Google Maps Shows Cape Town in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-cape-town PS> ./show-cape-town-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Dallas in Google Maps Shows Dallas in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-dallas PS> ./show-dallas-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Dubai in Google Maps Shows Dubai in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-dubai PS> ./show-dubai-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Frankfurt in Google Maps Shows Frankfurt in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-frankfurt PS> ./show-frankfurt-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Hong Kong in Google Maps Shows Hong Kong in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-hong-kong PS> ./show-hong-kong-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Jerusalem in Google Maps Shows Jerusalem in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-jerusalem PS> ./show-jerusalem-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Lissabon in Google Maps Shows Lissabon in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-lissabon PS> ./show-lissabon-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows London in Google Maps Shows London in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-london PS> ./show-london-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Los Angeles in Google Maps Shows Los Angeles in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-los-angeles PS> ./show-los-angeles-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Madrid in Google Maps Shows Madrid in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-madrid PS> ./show-madrid-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Moscow in Google Maps Shows Moscow in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-moscow PS> ./show-moscow-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Munich in Google Maps Shows Munich in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-munich PS> ./show-munich-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Rome in Google Maps Shows Rome in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-rome PS> ./show-rome-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows San Francisco in Google Maps Shows San Francisco in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-san-francisco PS> ./show-san-francisco-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Singapore in Google Maps Shows Singapore in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-singapore PS> ./show-singapore-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Sydney in Google Maps Shows Sydney in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-sydney PS> ./show-sydney-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Tokyo in Google Maps Shows Tokyo in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-tokyo PS> ./show-tokyo-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -2,9 +2,9 @@
.SYNOPSIS .SYNOPSIS
Shows Washington in Google Maps Shows Washington in Google Maps
.DESCRIPTION .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 .EXAMPLE
PS> ./show-washington PS> ./show-washington-city
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK