PowerShell/Scripts/play-horse-sound.ps1

16 lines
316 B
PowerShell
Raw Normal View History

2021-11-01 18:05:05 +01:00
<#
.SYNOPSIS
Plays a horse sound
.DESCRIPTION
2022-02-10 08:57:52 +01:00
This PowerShell script plays a horse sound.
2021-11-01 18:05:05 +01:00
.EXAMPLE
PS> ./play-horse-sound
.LINK
https://github.com/fleschutz/PowerShell
2022-09-06 21:42:04 +02:00
.NOTES
Author: Markus Fleschutz | License: CC0
2021-11-01 18:05:05 +01:00
#>
& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/Sounds/horse.mp3"
exit 0 # success