PowerShell/Scripts/play-radio-paloma.ps1

16 lines
369 B
PowerShell
Raw Normal View History

<#
.SYNOPSIS
Plays radio station Paloma
.DESCRIPTION
This script launches the Web browser and plays radio station Paloma.
.EXAMPLE
PS> ./play-radio-paloma
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
2021-11-23 07:45:50 +01:00
& "$PSScriptRoot/open-default-browser.ps1" "https://tunein.com/radio/Radio-Paloma-s97169/"
exit 0 # success