mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-06 23:50:09 +02:00
Add open-fritz-repeater.ps1
This commit is contained in:
15
Scripts/open-fritz-repeater.ps1
Executable file
15
Scripts/open-fritz-repeater.ps1
Executable 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
|
Reference in New Issue
Block a user