Update the comment-based header

This commit is contained in:
Markus Fleschutz
2022-02-10 08:57:52 +01:00
parent 8114a2fe2a
commit 15e3d9f49c
28 changed files with 76 additions and 56 deletions

View File

@ -2,13 +2,13 @@
.SYNOPSIS
Plays audio files (MP3 and WAV)
.DESCRIPTION
This script plays the given audio files (supporting MP3 and WAV format).
This PowerShell script plays the given audio files (supporting MP3 and WAV format).
.PARAMETER FilePattern
Specifies the file pattern
.EXAMPLE
PS> ./play-files *.mp3
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>