Add open-fritz-box.ps1

This commit is contained in:
Markus Fleschutz
2021-10-27 08:51:34 +02:00
parent df8c9af191
commit 97700426e3
14 changed files with 80 additions and 6 deletions

15
Scripts/open-fritz-box.ps1 Executable file
View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Opens FRITZ!Box's Web interface
.DESCRIPTION
This script starts the Web browser with FRITZ!Box's Web interface.
.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