From: A. V. Le Blanc (zlsiial@uts.mcc.ac.uk)
Date: 09/08/92


From: zlsiial@uts.mcc.ac.uk (A. V. Le Blanc)
Subject: Re: shar shell archives.
Date: 8 Sep 1992 13:11:43 GMT

In article <4987@sumax.seattleu.edu> khamer@sumax.seattleu.edu (Little Kenny Hamer) writes:
>How can I get source to the shar/unshar utility? I have a program I would
>like to try to compile, Xfract, but the only source I can find is in a
>sharfile. There is not enough room on my university account to unshar it.

You should not need an 'unshar' utility; simply delete any lines in the
shar file before the line which is intended to be first (which is usually
a comment beginning with '#') and type

     sh filename

This will, of course, assume that any commands which the shar file
contains (sed, touch, chmod, etc.) already exist on your system.

     -- Owen
     LeBlanc@mcc.ac.uk