PowerShell/Scripts/play-pop-music.ps1

16 lines
340 B
PowerShell

<#
.SYNOPSIS
Plays pop music
.DESCRIPTION
This script launches the Web browser and plays pop music.
.EXAMPLE
PS> ./play-pop-music
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-default-browser.ps1" "http://streema.com/radios/play/Nick_Radio"
exit 0 # success