mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-25 01:14:16 +01:00
Add play-big-ben.ps1
This commit is contained in:
parent
68093db677
commit
900809ed2d
BIN
data/sounds/Big Ben.mp3
Normal file
BIN
data/sounds/Big Ben.mp3
Normal file
Binary file not shown.
16
scripts/play-big-ben.ps1
Normal file
16
scripts/play-big-ben.ps1
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Plays the Big Ben sound
|
||||||
|
.DESCRIPTION
|
||||||
|
This PowerShell script plays the sound of Big Ben.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./play-big-ben.ps1
|
||||||
|
(listen and enjoy)
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz | License: CC0
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/Big Ben.mp3"
|
||||||
|
exit 0 # success
|
Loading…
Reference in New Issue
Block a user