mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Add play-radio-afn-stuttgart.ps1
This commit is contained in:
15
Scripts/play-radio-afn-stuttgart.ps1
Normal file
15
Scripts/play-radio-afn-stuttgart.ps1
Normal 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
|
Reference in New Issue
Block a user