home *** CD-ROM | disk | FTP | other *** search
- Path: uunet!news.tek.com!news.cna.tek.com!not-for-mail
- From: billr@saab.cna.tek.com (Bill Randle)
- Newsgroups: comp.sources.games
- Subject: v18i059: threedee - two 3d tetris games for X, Part04/04
- Date: 30 Aug 1993 08:36:19 -0700
- Organization: Tektronix, Inc., Redmond, OR
- Lines: 46
- Approved: billr@saab.CNA.TEK.COM
- Message-ID: <25t6pj$fmn@saab.cna.tek.com>
- NNTP-Posting-Host: saab.cna.tek.com
- Xref: uunet comp.sources.games:1859
-
- Submitted-by: "Andrew C. Plotkin" <ap1i+@andrew.cmu.edu>
- Posting-number: Volume 18, Issue 59
- Archive-name: threedee/part04
- Environment: X11, Xlib
-
-
-
- #! /bin/sh
- # This is a shell archive. Remove anything before this line, then unpack
- # it by saving it into a file and typing "sh file". To overwrite existing
- # files, type "sh file -c". You can also feed this as standard input via
- # unshar, or by typing "sh <file", e.g.. If this archive is complete, you
- # will see the following message at the end:
- # "End of archive 4 (of 4)."
- # Contents: spatial/patchlevel.h
- # Wrapped by billr@saab on Mon Aug 30 08:05:08 1993
- PATH=/bin:/usr/bin:/usr/ucb ; export PATH
- if test -f 'spatial/patchlevel.h' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'spatial/patchlevel.h'\"
- else
- echo shar: Extracting \"'spatial/patchlevel.h'\" \(58 characters\)
- sed "s/^X//" >'spatial/patchlevel.h' <<'END_OF_FILE'
- Xstatic char *patchlevel = "Spatial version 1.0, patch 1";
- END_OF_FILE
- if test 58 -ne `wc -c <'spatial/patchlevel.h'`; then
- echo shar: \"'spatial/patchlevel.h'\" unpacked with wrong size!
- fi
- # end of 'spatial/patchlevel.h'
- fi
- echo shar: End of archive 4 \(of 4\).
- cp /dev/null ark4isdone
- MISSING=""
- for I in 1 2 3 4 ; do
- if test ! -f ark${I}isdone ; then
- MISSING="${MISSING} ${I}"
- fi
- done
- if test "${MISSING}" = "" ; then
- echo You have unpacked all 4 archives.
- rm -f ark[1-9]isdone
- else
- echo You still need to unpack the following archives:
- echo " " ${MISSING}
- fi
- ## End of shell archive.
- exit 0
-