				i.Task
				------

Author: Matthew Allen
Website: http://www.memecode.com
Email: fret@memecode.com
License: LGPL


About:

This is a small and simple process viewer for Linux 2.4 systems that use a /proc directory.
It's main function other than displaying the running processes is to allow easy termination
of processes. (I got sick of 'ps' and 'kill').


Compiling:

You will need LGI, available here:

	http://www.memecode.com/lgi.php

Set the makefile variable 'LgiPath' to point to the location of Lgi. Then:

	make

