PowerShell/Scripts/open-fire-place.ps1
2021-11-23 07:45:50 +01:00

16 lines
343 B
PowerShell
Executable File

<#
.SYNOPSIS
Opens a fire place website
.DESCRIPTION
This 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
#>
& "$PSScriptRoot/open-default-browser.ps1" "https://freefireplaces.com"
exit 0 # success