To install in /usr/local/:
--------------------------
* type ./configure (or ./configure --prefix=/some/where/else)
* type make
* type make install
* strip the binaries if you want: 
    strip /usr/local/bin/execute (or strip /some/where/else/bin/execute)
* remove the sources 

Notes: 
------
	1) You probably need gcc and X11R6 to compile. It may be necessary 
to use GNU make.

Maintainer: 	Andr Hentz (a.hentz@ieee.org) 

Contributions are most welcome!
	
You'll find more information at the OffiX home page:

   http://www.inf.ufrgs.br/~ahentz/OffiX (Official Site) 
   http://leb.net/~offix (USA)
   http://cnj.digex.net/~pcks/OffiX (USA) 


=============================================================================
EXECUTE
=============================================================================

Execute is a simple tool that work as a wrapper to non-X applications. It
redirects stdout/stderr of application to an X window. From that window the
user is able to abort the running program, to quit completely or to restart
the application.

To run Execute do: execute application args_to_application

TO DO LIST
----------
