Skip to content

Commit 900809e

Browse files
author
Markus Fleschutz
committed
Add play-big-ben.ps1
1 parent 68093db commit 900809e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

data/sounds/Big Ben.mp3

134 KB
Binary file not shown.

scripts/play-big-ben.ps1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<#
2+
.SYNOPSIS
3+
Plays the Big Ben sound
4+
.DESCRIPTION
5+
This PowerShell script plays the sound of Big Ben.
6+
.EXAMPLE
7+
PS> ./play-big-ben.ps1
8+
(listen and enjoy)
9+
.LINK
10+
https://github.com/fleschutz/PowerShell
11+
.NOTES
12+
Author: Markus Fleschutz | License: CC0
13+
#>
14+
15+
& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/Big Ben.mp3"
16+
exit 0 # success

0 commit comments

Comments
 (0)