Add open-wired-website.ps1

This commit is contained in:
Markus Fleschutz 2021-11-18 15:30:59 +01:00
parent 22e7873c9e
commit 7dc0a82db4
2 changed files with 18 additions and 3 deletions

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Opens the slashdot website
Opens the Slashdot website
.DESCRIPTION
This script launches the Web browser with the slashdot.org website.
This script launches the Web browser with the Slashdot website.
.EXAMPLE
PS> ./open-slash-dot
PS> ./open-slash-dot-website
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Opens the WIRED website
.DESCRIPTION
This script launches the Web browser with the WIRED website.
.EXAMPLE
PS> ./open-wired-website
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://www.wired.com/"
exit 0 # success