*  Generate a shell script for parsing the defined options.

An alternate routine for "putBourneShell()" should be written that
emits a bourne shell script that parses the command line options.
The purpose being to avoid needing a binary to do the job.  I created
that routine primarily to test autoopts.  This facility  would allow one to:

    1)  Write the option definitions
    2)  Generate the program to process them
    3)  Compile and link it to this new routine
    4)  run the result, creating a shell script that parses the defined options
    5)  run a shell script that sources the generated option parser.
        The results of the parsing would likely be similar to what
        the "putBourneShell()" routine emits now.

*  Develop tests for all this stuff!!
