mirror of
https://github.com/peter-tanner/numlock-indicator.git
synced 2024-11-30 14:20:21 +08:00
4 lines
131 B
Bash
4 lines
131 B
Bash
|
# Ensures one copy of the program is always active. Not necessary for operation.
|
||
|
while true; do
|
||
|
powershell './systray.ps1'
|
||
|
done
|