PowerShell/Scripts/play-donkey-sound.ps1

16 lines
310 B
PowerShell
Raw Normal View History

2021-11-01 18:05:05 +01:00
<#
.SYNOPSIS
Plays a donkey sound
.DESCRIPTION
This script plays a donkey sound.
.EXAMPLE
PS> ./play-donkey-sound
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/Sounds/donkey.mp3"
exit 0 # success