PowerShell/Scripts/open-radio-arabella.ps1

16 lines
357 B
PowerShell
Raw Normal View History

2021-10-30 14:56:13 +02:00
<#
.SYNOPSIS
Opens radio station Arabella
.DESCRIPTION
This script launches the Web browser with the radio station Arabella.
.EXAMPLE
PS> ./open-radio-arabella
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://www.radio.de/s/radioarabella"
exit 0 # success