Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site ut-dillo.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!gatech!ut-sally!ut-ngp!ut-dillo!darin From: darin@ut-dillo.UUCP (Darin Adler) Newsgroups: net.sources.mac Subject: Source code for TMON Extended User Area (part 7 of 7) Message-ID: <237@ut-dillo.UUCP> Date: Sun, 8-Dec-85 14:42:52 EST Article-I.D.: ut-dillo.237 Posted: Sun Dec 8 14:42:52 1985 Date-Received: Tue, 10-Dec-85 05:25:13 EST Distribution: net Organization: UTexas Computation Center, Austin, Texas Lines: 48 <> The following is the LAST shell script that should be run (after parts 1-6). I don't think that unshar will work on this, since it is not really an archive. What it does is concatenate EUA.Asm.[1-6] and extract a small file (EUA.Link). After executing this script, you can remove the files EUA.Asm.[1-6]. The file EUA.Asm is the MDS Assembler source code to the Extended User Area and the file EUA.Link is the MDS Linker link control file. The macput -u command is usefult for moving these files down to a Macintosh from a Unix system. Darin # This is a shell archive. # Remove everything above and including the cut line. # Then run the rest of the file through sh. -----cut here-----cut here-----cut here-----cut here----- #!/bin/sh # shar: Shell Archiver # Run the following text with /bin/sh to create: # EUA.Asm (by concatenating EUA.Asm.[1-6]) # EUA.Link # This archive created: Sun Dec 8 13:28:49 1985 # By: Darin Adler () echo shar: building EUA.Asm '(161948 characters)' cat EUA.Asm.[1-6] > EUA.Asm if test 161948 -ne "`wc -c EUA.Asm`" then echo shar: error building EUA.Asm '(should have been 161948 characters)' fi echo shar: extracting EUA.Link '(52 characters)' cat << \SHAR_EOF > EUA.Link ] /Output User Area /Type 'USAR' 'TMON' /Data EUA $ SHAR_EOF if test 52 -ne "`wc -c EUA.Link`" then echo shar: error transmitting EUA.Link '(should have been 52 characters)' fi # End of shell archive exit 0 -- Darin Adler {gatech,harvard,ihnp4,seismo}!ut-sally!ut-dillo!darin