1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-05 15:10:05 +02:00

Renamed to show-*-city.ps1

This commit is contained in:
Markus Fleschutz
2021-11-06 12:14:46 +01:00
parent 1a8f607286
commit 80859c78a4
6 changed files with 12 additions and 12 deletions

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

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

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

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

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

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