mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-14 20:14:00 +01:00
27 lines
649 B
Markdown
27 lines
649 B
Markdown
## play-radio-you-fm.ps1 - Plays radio station YOU FM
|
|
|
|
This script launches the Web browser and plays radio station YOU FM.
|
|
|
|
## Parameters
|
|
```powershell
|
|
play-radio-you-fm.ps1 [<CommonParameters>]
|
|
|
|
[<CommonParameters>]
|
|
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
|
```
|
|
|
|
## Example
|
|
```powershell
|
|
PS> ./play-radio-you-fm
|
|
|
|
```
|
|
|
|
## Notes
|
|
Author: Markus Fleschutz · License: CC0
|
|
|
|
## Related Links
|
|
https://github.com/fleschutz/PowerShell
|
|
|
|
*Generated by convert-ps2md.ps1 using the comment-based help of play-radio-you-fm.ps1*
|