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