numlock-indicator/start.ps1
2023-08-05 17:36:27 +08:00

4 lines
153 B
PowerShell

# Ensures one copy of the program is always active. Not necessary for operation.
while (1) {
powershell $(Join-Path $PSScriptRoot 'systray.ps1')
}