PowerShell/scripts/play-rattlesnake-sound.ps1
2024-10-01 15:24:16 +02:00

16 lines
340 B
PowerShell
Executable File

<#
.SYNOPSIS
Plays a rattlesnake sound
.DESCRIPTION
This PowerShell script plays a rattlesnake sound.
.EXAMPLE
PS> ./play-rattlesnake-sound
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/rattlesnake.mp3"
exit 0 # success