Add play-radio-galaxy.ps1

This commit is contained in:
Markus Fleschutz 2021-11-15 16:43:25 +01:00
parent c7a096833f
commit a966cf086f
2 changed files with 17 additions and 2 deletions

View File

@ -4,12 +4,12 @@
.DESCRIPTION
This script launches the Web browser and plays radio station N-JOY.
.EXAMPLE
PS> ./play-radio-n-joy
PS> ./play-radio-enjoy
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://www.radio.de/s/n-joy"
& "$PSScriptRoot/open-browser.ps1" "http://streema.com/radios/play/N_Joy"
exit 0 # success

View File

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