numlock-indicator/start.ps1

4 lines
153 B
PowerShell
Raw Permalink Normal View History

2023-08-05 17:36:27 +08:00
# Ensures one copy of the program is always active. Not necessary for operation.
while (1) {
powershell $(Join-Path $PSScriptRoot 'systray.ps1')
}