mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-16 18:06:45 +02:00
Add open-nbc-website.ps1
This commit is contained in:
parent
c4d9d6d29b
commit
e92db959f7
15
Scripts/open-nbc-website.ps1
Normal file
15
Scripts/open-nbc-website.ps1
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Opens the NBC website
|
||||||
|
.DESCRIPTION
|
||||||
|
This script launches the Web browser with the NBC website.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./open-nbc-website
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/open-browser.ps1" "https://www.nbc.com/"
|
||||||
|
exit 0 # success
|
@ -4,7 +4,7 @@
|
|||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Web browser with the Twitter website.
|
This script launches the Web browser with the Twitter website.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-twitter
|
PS> ./open-twitter-website
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
@ -4,7 +4,7 @@
|
|||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Web browser with the White House website.
|
This script launches the Web browser with the White House website.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-white-house
|
PS> ./open-white-house-website
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
Loading…
x
Reference in New Issue
Block a user