Add play-radio-afn-stuttgart.ps1

This commit is contained in:
Markus Fleschutz
2021-12-04 15:25:09 +01:00
parent 9b86a13895
commit 38c8ef7b8c
5 changed files with 19 additions and 4 deletions

View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Plays radio AFN Stuttgart
.DESCRIPTION
This script launches the Web browser and plays radio station AFN Stuttgart.
.EXAMPLE
PS> ./play-radio-afn-stuttgart
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-default-browser.ps1" "https://www.afneurope.net/Portals/100/360/minimalplayer2.html#AFNE_STU"
exit 0 # success