1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-03-22 03:07:10 +01:00
PowerShell/scripts/open-fire-place.ps1
2024-10-01 15:11:03 +02:00

16 lines
353 B
PowerShell
Executable File

<#
.SYNOPSIS
Opens a fire place website
.DESCRIPTION
This PowerShell script launches the Web browser with a fire place website.
.EXAMPLE
PS> ./open-fire-place
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
& "$PSScriptRoot/open-default-browser.ps1" "https://freefireplaces.com"
exit 0 # success