mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-05 23:08:44 +02:00
Add show-new-york-city.ps1
This commit is contained in:
parent
bfeb86d82b
commit
eda717a626
@ -11,5 +11,5 @@
|
|||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
#>
|
#>
|
||||||
|
|
||||||
& "$PSScriptRoot/open-browser.ps1" "https://google.de/maps"
|
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps"
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
|
15
Scripts/show-new-york-city.ps1
Executable file
15
Scripts/show-new-york-city.ps1
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Show NYC in Google Maps
|
||||||
|
.DESCRIPTION
|
||||||
|
This script launches the Web browser with Google Maps at New York City.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./show-new-york-city
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/maps/place/New+York+City"
|
||||||
|
exit 0 # success
|
Loading…
Reference in New Issue
Block a user