Nothing to it ...

1.	cd src

2.	make comb

3.	Move a1 and comb to some "bin" directory in your path.

4.	Register, please send mail to sass@cps.msu.edu.  I'd like
	to know whose using the program and I'll let you know when
	improvements are made.

Note:  This program has been run successfully on sun4's and Sun 386i's.
       It may not work anywhere else!
						Ron Sass

To run try the example, I suggest the following:

	(compile the program above)

1.	run the 'comb' program

	% comb piston.a1

2.	the output is stored in a1.remote which can than be run by sh

	% sh a1.result

3.	Now there should be files in the directory of the form:
		piston.000.rle
		piston.001.rle
		    :
		    :
	The output can be viewed on an X Terminal by typing:
		rlecat piston.*.rle | getx11 -m

