mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-02 10:59:14 +01:00
Add open-fritz-repeater.ps1
This commit is contained in:
parent
3c609c0687
commit
ba95630b78
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
|
Loading…
Reference in New Issue
Block a user