blob: 83acfc633288e1b588f4fbef055fb3aca90dfacc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
This is Executor from OffiX --- part of desktop package with
DND Drag & Drop protocol support.
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
http://leb.net/OffiX/ (OffiX main page)
|