PowerShell/Scripts/open-radio-absolute-chillout.ps1
2021-10-30 14:56:13 +02:00

16 lines
387 B
PowerShell
Executable File

<#
.SYNOPSIS
Opens radio station Absolute Chillout
.DESCRIPTION
This script launches the Web browser with the radio station Absolute Chillout.
.EXAMPLE
PS> ./open-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