2020-05-31 22:30:47 +02:00

7 lines
70 B
Bash
Executable File

#!/bin/sh
for i in $(seq 0 11); do
termfix /dev/tty${i}
done
exit 0