numlock-indicator/start.sh
2021-02-08 08:43:03 +08:00

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