mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-15 04:24:01 +01: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
|
||||
This script launches the Web browser with the Twitter website.
|
||||
.EXAMPLE
|
||||
PS> ./open-twitter
|
||||
PS> ./open-twitter-website
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
@ -4,7 +4,7 @@
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser with the White House website.
|
||||
.EXAMPLE
|
||||
PS> ./open-white-house
|
||||
PS> ./open-white-house-website
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
Loading…
Reference in New Issue
Block a user