doug@umich.UUCP (Douglas Orr) (08/04/85)
Well, I almost got it right. Here are the last two files that might come in handy when compiling the shell for ms-dos. They aren't real important, but might save 10 minutes of looking through manuals. -Doug # 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: # compile.bat # files # This archive created: Sun Aug 4 14:15:58 1985 cat << \SHAR_EOF > compile.bat msc sh; msc -Ze cmds; msc builtin; msc wildcard; link @files SHAR_EOF cat << \SHAR_EOF > files sh+cmds+builtin+wildcard /stack:4096 SHAR_EOF # End of shell archive exit 0