Add open-github.ps1

This commit is contained in:
Markus Fleschutz
2021-10-27 08:41:03 +02:00
parent c7aaf94f5a
commit df8c9af191
3 changed files with 17 additions and 0 deletions

15
Scripts/open-github.ps1 Normal file
View File

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