mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-14 04:07:18 +00:00
6 lines
83 B
Bash
Executable file
6 lines
83 B
Bash
Executable file
#!/bin/bash
|
|
for tty in /dev/tty[0-9]; do
|
|
/usr/bin/setleds -D +num < "$tty"
|
|
done
|
|
|