Add open-fritz-repeater.ps1

This commit is contained in:
Markus Fleschutz 2021-11-15 09:55:08 +01:00
parent 3c609c0687
commit ba95630b78

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

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Opens FRITZ!Repeater's Web interface
.DESCRIPTION
This script launches the Web browser with the Web interface of FRITZ!Repeater.
.EXAMPLE
PS> ./open-fritz-repeater
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "http://fritz.repeater"
exit 0 # success