Skip to content

wake-up-human

Wakes up an human

#Requires -Version 5.1

do {
	& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/data/sounds/Big Ben.mp3"
} while ($true)

This script has no configurable parameters.

An interactive directory of PowerShell scripts.