Add open-world-news.ps1

This commit is contained in:
Markus Fleschutz 2021-11-18 07:53:21 +01:00
parent 81f2da600a
commit c19fcecc79

View 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