mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 06:48:46 +02:00
Add play-radio-blue.ps1 and play-radio-seven.ps1
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
.SYNOPSIS
|
||||
Plays radio station BOB!
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser and plays radio station BOB!.
|
||||
This script launches the Web browser and plays radio station BOB!
|
||||
.EXAMPLE
|
||||
PS> ./play-radio-bob
|
||||
.NOTES
|
||||
@ -11,5 +11,5 @@
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://tunein.com/radio/RADIO-BOB-994-s96189/"
|
||||
& "$PSScriptRoot/open-browser.ps1" "http://streema.com/radios/play/RADIO_BOB_BOBs_Alternative"
|
||||
exit 0 # success
|
||||
|
Reference in New Issue
Block a user