mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-04 22:38:34 +02:00
Update play-jingle-bells.ps1
This commit is contained in:
parent
8f6089fc3f
commit
e70894af6a
@ -2,13 +2,13 @@
|
|||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Plays Jingle Bells
|
Plays Jingle Bells
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This PowerShell script plays the Jingle Bells song.
|
This PowerShell script plays the famous Jingle Bells song.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./play-jingle-bells
|
PS> ./play-jingle-bells
|
||||||
.NOTES
|
|
||||||
Author: Markus Fleschutz / License: CC0
|
|
||||||
.LINK
|
.LINK
|
||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz | License: CC0
|
||||||
#>
|
#>
|
||||||
|
|
||||||
$Notes = New-Object -TypeName psobject -Property @{
|
$Notes = New-Object -TypeName psobject -Property @{
|
||||||
|
Loading…
Reference in New Issue
Block a user