Add wake-up-human.ps1

This commit is contained in:
Markus Fleschutz 2024-11-22 11:26:06 +01:00
parent 4f57fbe3b2
commit 8aeeb8b811

16
scripts/wake-up-human.ps1 Normal file
View File

@ -0,0 +1,16 @@
<#
.SYNOPSIS
Wakes up an human
.DESCRIPTION
This PowerShell script plays the sound of Big Ben to wake a human up.
.EXAMPLE
PS> ./wake-up-human.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