mirror of
https://github.com/peter-tanner/numlock-indicator.git
synced 2024-11-30 06:10:22 +08:00
4 lines
153 B
PowerShell
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')
|
|
} |