PowerShell/Scripts/open-radio-costa-del-mar.ps1
Markus Fleschutz 736bfc276a Add 2 scripts
2021-10-30 15:46:09 +02:00

16 lines
373 B
PowerShell
Executable File

<#
.SYNOPSIS
Opens the radio station Costa Del Mar
.DESCRIPTION
This script launches the Web browser with the radio station Costa Del Mar
.EXAMPLE
PS> ./open-radio-costa-del-mar
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://www.radio.de/s/costadelmar"
exit 0 # success