mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Update the comment header
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
.SYNOPSIS
|
||||
Opens a fire place website
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser with a fire place website.
|
||||
This PowerShell script launches the Web browser with a fire place website.
|
||||
.EXAMPLE
|
||||
PS> ./open-fire-place
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-default-browser.ps1" "https://freefireplaces.com"
|
||||
|
Reference in New Issue
Block a user