Fnorb ``Miscellaneous'' example.

The files for this example are located in the examples/misc directory,
the following instructions assume that you are in that directory and
have a working Fnorb installation.

1. Create the Stub and Skeleton Modules
   Type in:
   $ fnidl Example.idl 

2. Start the Server
   Type in:
   $ python server.py

3. Run the Client
   Open up another window and type:
   $ python client.py

To shutdown the server in the event that this is not done by the client,
simply bring the server window to focus and press control-C.

