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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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