PowerShell/Scripts/open-fritz-repeater-website.ps1
Markus Fleschutz ba35584fda Simple rename
2021-11-30 15:31:30 +01:00

16 lines
362 B
PowerShell
Executable File

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