PowerShell/Scripts/open-radio-jam-fm.ps1

16 lines
334 B
PowerShell
Raw Normal View History

2021-10-30 14:56:13 +02:00
<#
.SYNOPSIS
Opens radio station JAM FM
.DESCRIPTION
This script launches the Web browser with the radio station JAM FM.
.EXAMPLE
2021-11-03 19:41:48 +01:00
PS> ./open-radio-jam-fm
2021-10-30 14:56:13 +02:00
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
2021-11-03 19:41:48 +01:00
& "$PSScriptRoot/open-browser.ps1" "https://www.jam.fm/"
2021-10-30 14:56:13 +02:00
exit 0 # success