#!/bin/execlineb -P # loop over tty1-6 pipeline { seq 1 6 } forstdin ttyN foreground { importas -iu ttyN ttyN foreground { redirfd -w 1 /dev/null setfont "default8x16" -C /dev/tty${ttyN} } foreground { kbd_mode -u /dev/tty${ttyN} } foreground { redirfd -w 1 /dev/tty${ttyN} printf "\033%s" "%G" } } # set key layout foreground { loadkeys -q -u us }