home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1996 May / PCW_MAY_1996_LINUX_UKUUG.ISO / etc / startcons < prev    next >
Text File  |  1992-01-16  |  733b  |  17 lines

  1. setterm -term console -foreground black -background cyan \
  2.  -store -blank 10 -clear rest > /dev/tty1
  3. setterm -term console -foreground white -background blue \
  4.  -store  -clear all > /dev/tty2
  5. setterm -term console -foreground blue -background cyan \
  6.  -store  -clear all > /dev/tty3
  7. setterm -term console -foreground cyan -background blue \
  8.  -store  -clear all > /dev/tty4
  9. setterm -term console -foreground black -background cyan \
  10.  -store -clear all > /dev/tty5
  11. setterm -term console -foreground white -background blue \
  12.  -store  -clear all > /dev/tty6
  13. setterm -term console -foreground blue -background cyan \
  14.  -store  -clear all > /dev/tty7
  15. setterm -term console -foreground cyan -background blue \
  16.  -store  -clear all > /dev/tty8
  17.