PowerShell/Scripts/play-lion-sound.ps1

16 lines
302 B
PowerShell
Raw Normal View History

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