numlock-indicator/start.sh

4 lines
131 B
Bash
Raw Permalink Normal View History

2021-02-08 08:43:03 +08:00
# Ensures one copy of the program is always active. Not necessary for operation.
while true; do
powershell './systray.ps1'
done