PowerShell/Scripts/open-radio-jam-fm.ps1
2021-11-03 19:41:48 +01:00

16 lines
334 B
PowerShell
Executable File

<#
.SYNOPSIS
Opens radio station JAM FM
.DESCRIPTION
This script launches the Web browser with the radio station JAM FM.
.EXAMPLE
PS> ./open-radio-jam-fm
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://www.jam.fm/"
exit 0 # success