mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 06:48:46 +02:00
Update the comment based header
This commit is contained in:
@ -5,10 +5,10 @@
|
||||
This PowerShell script plays a cat sound.
|
||||
.EXAMPLE
|
||||
PS> ./play-cat-sound
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/Sounds/cat.mp3"
|
||||
|
Reference in New Issue
Block a user