mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-22 09:58:19 +02:00
Add open-world-news.ps1
This commit is contained in:
parent
81f2da600a
commit
c19fcecc79
15
Scripts/open-world-news.ps1
Normal file
15
Scripts/open-world-news.ps1
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Opens Reuters World News website
|
||||||
|
.DESCRIPTION
|
||||||
|
This script launches the Web browser with the Reuters World News website.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./open-world-news
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/open-browser.ps1" "https://www.reuters.com/news/archive/worldNews"
|
||||||
|
exit 0 # success
|
Loading…
Reference in New Issue
Block a user