PowerShell/Scripts/play-radio-gong.ps1
2021-11-15 16:31:28 +01:00

16 lines
351 B
PowerShell
Executable File

<#
.SYNOPSIS
Plays radio station Gong
.DESCRIPTION
This script launches the Web browser and plays radio station Gong.
.EXAMPLE
PS> ./play-radio-gong
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "http://streema.com/radios/play/Radio_Gong"
exit 0 # success