Update open-radio-jam-fm.ps1

This commit is contained in:
Markus Fleschutz 2021-11-03 19:41:48 +01:00
parent 8ddf6f0e37
commit bfeb86d82b

View File

@ -4,12 +4,12 @@
.DESCRIPTION .DESCRIPTION
This script launches the Web browser with the radio station JAM FM. This script launches the Web browser with the radio station JAM FM.
.EXAMPLE .EXAMPLE
PS> ./open-radio-jam-f-m PS> ./open-radio-jam-fm
.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/jamfm" & "$PSScriptRoot/open-browser.ps1" "https://www.jam.fm/"
exit 0 # success exit 0 # success