mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-08 17:28:18 +02:00
Update wake-up-human.ps1
This commit is contained in:
parent
8aeeb8b811
commit
2917a123ac
@ -12,5 +12,7 @@
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/Big Ben.mp3"
|
||||
exit 0 # success
|
||||
do {
|
||||
& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/Big Ben.mp3"
|
||||
} while ($true)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user