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