PowerShell/Scripts/play-radio-absolute-chillout.ps1
2021-11-05 16:10:32 +01:00

16 lines
388 B
PowerShell
Executable File

<#
.SYNOPSIS
Plays radio station Absolute Chillout
.DESCRIPTION
This script launches the Web browser and plays radio station Absolute Chillout.
.EXAMPLE
PS> ./play-radio-absolute-chillout
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://www.radio.de/s/absolutechillout"
exit 0 # success