mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 17:14:28 +01:00
Add more show-*.ps1 scripts
This commit is contained in:
parent
55d735f59d
commit
3c55f1889f
15
Scripts/show-barcelona.ps1
Executable file
15
Scripts/show-barcelona.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Shows Barcelona in Google Maps
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser and shows Barcelona (Spain) in Google Maps.
|
||||
.EXAMPLE
|
||||
PS> ./show-barcelona
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/Barcelona"
|
||||
exit 0 # success
|
15
Scripts/show-cairo.ps1
Executable file
15
Scripts/show-cairo.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Shows Cairo in Google Maps
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser and shows Cairo (Egypt) in Google Maps.
|
||||
.EXAMPLE
|
||||
PS> ./show-cairo
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/Cairo"
|
||||
exit 0 # success
|
15
Scripts/show-dallas.ps1
Executable file
15
Scripts/show-dallas.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Shows Dallas in Google Maps
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser and shows Dallas (USA) in Google Maps.
|
||||
.EXAMPLE
|
||||
PS> ./show-dallas
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/Dallas"
|
||||
exit 0 # success
|
15
Scripts/show-frankfurt.ps1
Executable file
15
Scripts/show-frankfurt.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Shows Frankfurt in Google Maps
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser and shows Frankfurt (Germany) in Google Maps.
|
||||
.EXAMPLE
|
||||
PS> ./show-frankfurt
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/Frankfurt"
|
||||
exit 0 # success
|
15
Scripts/show-hamburg.ps1
Executable file
15
Scripts/show-hamburg.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Shows Hamburg in Google Maps
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser and shows Hamburg (Germany) in Google Maps.
|
||||
.EXAMPLE
|
||||
PS> ./show-hamburg
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/Hamburg"
|
||||
exit 0 # success
|
15
Scripts/show-jerusalem.ps1
Executable file
15
Scripts/show-jerusalem.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Shows Jerusalem in Google Maps
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser and shows Jerusalem (Israel) in Google Maps.
|
||||
.EXAMPLE
|
||||
PS> ./show-jerusalem
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/Jerusalem"
|
||||
exit 0 # success
|
15
Scripts/show-lissabon.ps1
Executable file
15
Scripts/show-lissabon.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Shows Lissabon in Google Maps
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser and shows Lissabon (Portugal) in Google Maps.
|
||||
.EXAMPLE
|
||||
PS> ./show-lissabon
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/Lissabon"
|
||||
exit 0 # success
|
15
Scripts/show-los-angeles.ps1
Executable file
15
Scripts/show-los-angeles.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Shows Los Angeles in Google Maps
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser and shows Los Angeles (USA) in Google Maps.
|
||||
.EXAMPLE
|
||||
PS> ./show-los-angeles
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/Los+Angeles"
|
||||
exit 0 # success
|
15
Scripts/show-madrid.ps1
Executable file
15
Scripts/show-madrid.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Shows Madrid in Google Maps
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser and shows Madrid (Spain) in Google Maps.
|
||||
.EXAMPLE
|
||||
PS> ./show-madrid
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/Madrid"
|
||||
exit 0 # success
|
15
Scripts/show-moscow.ps1
Executable file
15
Scripts/show-moscow.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Shows Moscow in Google Maps
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser and shows Moscow (Russia) in Google Maps.
|
||||
.EXAMPLE
|
||||
PS> ./show-moscow
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/Moscow"
|
||||
exit 0 # success
|
15
Scripts/show-san-francisco.ps1
Executable file
15
Scripts/show-san-francisco.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Shows San Francisco in Google Maps
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser and shows San Francisco (USA) in Google Maps.
|
||||
.EXAMPLE
|
||||
PS> ./show-san-francisco
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/San+Francisco"
|
||||
exit 0 # success
|
15
Scripts/show-seattle.ps1
Executable file
15
Scripts/show-seattle.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.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
|
15
Scripts/show-sydney.ps1
Executable file
15
Scripts/show-sydney.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Shows Sydney in Google Maps
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser and shows Sydney (Australia) in Google Maps.
|
||||
.EXAMPLE
|
||||
PS> ./show-sydney
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/Sydney"
|
||||
exit 0 # success
|
15
Scripts/show-washington.ps1
Executable file
15
Scripts/show-washington.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Shows Washington in Google Maps
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser and shows Washington (USA) in Google Maps.
|
||||
.EXAMPLE
|
||||
PS> ./show-washington
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/Washington"
|
||||
exit 0 # success
|
Loading…
Reference in New Issue
Block a user