/usr/local/bin/doshell /dev/tty2 /bin/sh &
/usr/local/bin/doshell /dev/tty3 /bin/sh &
/usr/local/bin/doshell /dev/tty4 /bin/sh &
/usr/local/bin/doshell /dev/tty5 /bin/sh &
/usr/local/bin/doshell /dev/tty6 /bin/sh &
/usr/local/bin/doshell /dev/tty7 /bin/sh &
/usr/local/bin/doshell /dev/tty8 /bin/sh &
/usr/local/bin/setterm -term console -foreground black -background cyan \
 -store -standout 11 -blank 10 -clear rest > /dev/tty1
/usr/local/bin/setterm -term console -foreground white -background blue \
 -standout 10 -store  -clear all > /dev/tty2
/usr/local/bin/setterm -term console -foreground blue -background cyan \
 -store  -clear all > /dev/tty3
/usr/local/bin/setterm -term console -foreground cyan -background blue \
 -store  -clear all > /dev/tty4
/usr/local/bin/setterm -term console -foreground black -background cyan \
 -store -standout 11 -clear all > /dev/tty5
/usr/local/bin/setterm -term console -foreground white -background blue \
 -standout 10 -store  -clear all > /dev/tty6
/usr/local/bin/setterm -term console -foreground blue -background cyan \
 -store  -clear all > /dev/tty7
/usr/local/bin/setterm -term console -foreground cyan -background blue \
 -store  -clear all > /dev/tty8
