PowerShell/Scripts/play-country-music.ps1

16 lines
374 B
PowerShell
Raw Normal View History

2021-12-11 15:44:45 +01:00
<#
.SYNOPSIS
Plays country music
.DESCRIPTION
This script launches the Web browser and plays country music.
.EXAMPLE
PS> ./play-country-music
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-default-browser.ps1" "http://streema.com/radios/play/HPR1_The_Classic_Country_Channel"
exit 0 # success