18 lines
743 B
Plaintext
Executable File
18 lines
743 B
Plaintext
Executable File
exit
|
|
iexitsetterm -term console -foreground black -background cyan \
|
|
-store -blank 10 -clear rest > /dev/tty1
|
|
setterm -term console -foreground white -background blue \
|
|
-store -clear all > /dev/tty2
|
|
setterm -term console -foreground blue -background cyan \
|
|
-store -clear all > /dev/tty3
|
|
setterm -term console -foreground cyan -background blue \
|
|
-store -clear all > /dev/tty4
|
|
setterm -term console -foreground black -background cyan \
|
|
-store -clear all > /dev/tty5
|
|
setterm -term console -foreground white -background blue \
|
|
-store -clear all > /dev/tty6
|
|
setterm -term console -foreground blue -background cyan \
|
|
-store -clear all > /dev/tty7
|
|
setterm -term console -foreground cyan -background blue \
|
|
-store -clear all > /dev/tty8
|