mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-16 18:06:45 +02:00
Update open-radio-jam-fm.ps1
This commit is contained in:
parent
8ddf6f0e37
commit
bfeb86d82b
@ -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
|
Loading…
x
Reference in New Issue
Block a user