mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 07:53:21 +01:00
Rename to play-wolf-sound.ps1
This commit is contained in:
parent
29edaf0cdd
commit
7b676057d4
@ -1,15 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Plays a wulf sound
|
||||
Plays a wolf sound
|
||||
.DESCRIPTION
|
||||
This script plays a wulf sound.
|
||||
This script plays a wolf sound.
|
||||
.EXAMPLE
|
||||
PS> ./play-wulf-sound
|
||||
PS> ./play-wolf-sound
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/Sounds/wulf.mp3"
|
||||
& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/Sounds/wolf.mp3"
|
||||
exit 0 # success
|
Loading…
Reference in New Issue
Block a user