PowerShell/Scripts/play-radio-malibu.ps1

16 lines
347 B
PowerShell
Raw Normal View History

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