***************  cdf 0.1  ************
by tompi@bigfoot.com <Thomas Haukland>

This is a simple program to get memory- and disk-stats represented
by colorized bar-graphs. 

I made the script to do this last year, and as I wanted to learn
C-programming, I decided it would be a nice task to "translate" 
my sh-script to c-code.

The c-program gets info from /proc/meminfo, /proc/mounts and
the systemcall "statfs", while the script uses "df" and /proc/meminfo. 

Both the script and the c-code is provided in cdf-0.1.tar.gz.
The program is, of course, much faster.

To install:
	1. Edit Makefile if you want proggy in other dir than /usr/local/bin
	2. make
	3. make install
	   (do "make install_script" if you want the script instead)

BTW, if you're an experienced programmer, please tell me about my
errors (I'm sure there's lots of them)...

License: GNU Public License (hmm, I haven't even read it myself...)

NOTE: I take no responsability for damage caused by this program blah, blah...
