PowerShell/Scripts/play-lion-sound.ps1

17 lines
332 B
PowerShell
Raw Normal View History

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