PowerShell/Scripts/play-wolf-sound.ps1
2023-10-31 10:52:35 +01:00

16 lines
312 B
PowerShell
Executable File

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