On Mon Feb 21 2000 at 01:06, Jason Rahal wrote:

> Hello,
> 
> I was wondering if anyone was familiar with the file type *.gz.sh  it won't
> unzip as a gzip file and it won't run with sh.  The particular file is the
> linux demo of quake 3, and the file, directly from the demo site is:
> linuxq3ademo-1.11-6x86.gz.sh
> i've looked all over the internent, but i can't find any information on it.  I
> tried emailing idsoftware, but no response.
> 
> -Jason
> 

Did you try *looking* at this file?  Or try using the "file" command
on it?  Did you read the instructions?  (They are there somewhere, I
know I read them myself before I got to this stage).

It's only a shell script (especially packaged, but in essence it is
simply a shell script).  Either make it executable, or just do this:

        sh linuxq3ademo-1.11-6x86.gz.sh

Then sit back and have some fun :-)

The .gz. part of it just indicates that it contains a gzip'ed
"attachment" inside it.

Cheers
Tony

Reply via email to