PowerShell/Scripts/open-fritz-box.ps1

16 lines
334 B
PowerShell
Raw Normal View History

2021-10-27 08:51:34 +02:00
<#
.SYNOPSIS
Opens FRITZ!Box's Web interface
.DESCRIPTION
2021-10-28 07:36:33 +02:00
This script launches the Web browser with FRITZ!Box's Web interface.
2021-10-27 08:51:34 +02:00
.EXAMPLE
PS> ./open-fritz-box
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "http://fritz.box"
exit 0 # success