Renamed the scripts to play-radio-*.ps1

This commit is contained in:
Markus Fleschutz
2021-11-05 16:10:32 +01:00
parent 5fd52e0648
commit 6327c74045
25 changed files with 129 additions and 174 deletions

15
Scripts/play-radio-bob.ps1 Executable file
View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Plays radio station BOB!
.DESCRIPTION
This script launches the Web browser and plays radio station BOB!.
.EXAMPLE
PS> ./play-radio-bob
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://tunein.com/radio/RADIO-BOB-994-s96189/"
exit 0 # success