mirror of
https://github.com/peter-tanner/numlock-indicator.git
synced 2024-11-30 14:20:21 +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')
|
||
|
}
|