Freecolor 0.7.1

http://www.suspend.net/~rkeene/freecolor-0.7.1.tar.gz


This is a VERY simple program to replace `free' because I wanted something
that had a little more meaning to it (percents), and then I wanted some
color.


To compile and install,
a) on systems with `make' (or compatible utilities), type:
	make
	i) make install
		OR
	ii) make install-over-free

b) on systems without `make', type:
	gcc -o free freecolor.c
	i) cp freecolor /bin
		OR
	ii) cp freecolor /bin/free


If make fails because you do not have getopt(), you should upgrade or
compile with:
	make FLAGS="-Wall -O3 -DNO_GETOPT"


-- Roy Keene [200819992100] rkeene@suspend.net
