PowerShell/Scripts/play-bee-sound.ps1

16 lines
298 B
PowerShell
Raw Normal View History

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