#!/bin/sh # Description: Simple program to change console colors # Author: Volodymyr M. Lisivka # License: GPL # Date: Tue Jan 15 2002 #FORMAT # N=RRGGBB # # N - hexadecimal number of palette entry # RRGGBB - hexadecimal color description in RGB format # if [ "bogus$1" = "bogus" -o "$1" = "-h" ] then cat <