mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-30 12:41:46 +02:00
Add open-discord-website.ps1
This commit is contained in:
15
Scripts/open-discord-website.ps1
Normal file
15
Scripts/open-discord-website.ps1
Normal file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Opens the Discord website
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser with the Discord website.
|
||||
.EXAMPLE
|
||||
PS> ./open-discord-website
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-default-browser.ps1" "https://discord.com/"
|
||||
exit 0 # success
|
Reference in New Issue
Block a user