Rename to play-wolf-sound.ps1

This commit is contained in:
Markus Fleschutz 2021-11-08 21:06:59 +01:00
parent 29edaf0cdd
commit 7b676057d4
2 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays a wulf sound Plays a wolf sound
.DESCRIPTION .DESCRIPTION
This script plays a wulf sound. This script plays a wolf sound.
.EXAMPLE .EXAMPLE
PS> ./play-wulf-sound PS> ./play-wolf-sound
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
#> #>
& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/Sounds/wulf.mp3" & "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/Sounds/wolf.mp3"
exit 0 # success exit 0 # success