mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 01:18: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
|
Author: Markus Fleschutz | License: CC0
|
||||||
#>
|
#>
|
||||||
|
|
||||||
& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/Big Ben.mp3"
|
do {
|
||||||
exit 0 # success
|
& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/Big Ben.mp3"
|
||||||
|
} while ($true)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user