mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-10 10:48:31 +02:00
Update open-radio-jam-fm.ps1
This commit is contained in:
parent
8ddf6f0e37
commit
bfeb86d82b
@ -4,12 +4,12 @@
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser with the radio station JAM FM.
|
||||
.EXAMPLE
|
||||
PS> ./open-radio-jam-f-m
|
||||
PS> ./open-radio-jam-fm
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
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
|
Loading…
Reference in New Issue
Block a user