mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-01-13 23:38:56 +01:00
7 lines
70 B
Bash
Executable File
7 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for i in $(seq 0 11); do
|
|
termfix /dev/tty${i}
|
|
done
|
|
exit 0
|