PowerShell/Scripts/play-elephant-sound.ps1

16 lines
330 B
PowerShell
Raw Normal View History

2021-11-01 18:05:05 +01:00
<#
.SYNOPSIS
2022-02-10 08:57:52 +01:00
Plays an elephant sound
2021-11-01 18:05:05 +01:00
.DESCRIPTION
2022-02-10 08:57:52 +01:00
This PowerShell script plays an elephant sound.
2021-11-01 18:05:05 +01:00
.EXAMPLE
PS> ./play-elephant-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/elephant.mp3"
exit 0 # success