mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-22 20:51:17 +01:00
Add play-radio-galaxy.ps1
This commit is contained in:
parent
c7a096833f
commit
a966cf086f
@ -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
|
15
Scripts/play-radio-galaxy.ps1
Normal file
15
Scripts/play-radio-galaxy.ps1
Normal 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
|
Loading…
Reference in New Issue
Block a user