Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- for TTYNUM in 1 2 3 4 5 6; do
- /usr/bin/setleds -D +num < "/dev/tty$TTYNUM";
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement