mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-23 18:38:19 +02:00
Add play-radio-galaxy.ps1
This commit is contained in:
parent
c7a096833f
commit
a966cf086f
@ -4,12 +4,12 @@
|
|||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Web browser and plays radio station N-JOY.
|
This script launches the Web browser and plays radio station N-JOY.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./play-radio-n-joy
|
PS> ./play-radio-enjoy
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
||||||
https://github.com/fleschutz/PowerShell
|
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
|
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