PowerShell/Scripts/play-indie-music.ps1
2021-12-11 15:44:45 +01:00

16 lines
345 B
PowerShell

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