PowerShell/Scripts/open-fritz-box-website.ps1
Markus Fleschutz ba35584fda Simple rename
2021-11-30 15:31:30 +01:00

16 lines
342 B
PowerShell
Executable File

<#
.SYNOPSIS
Opens the FRITZ!Box website
.DESCRIPTION
This script launches the Web browser with the FRITZ!Box website.
.EXAMPLE
PS> ./open-fritz-box-website
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-default-browser.ps1" "http://fritz.box"
exit 0 # success