Name: Jon Madison
Project #3, Writing a UNIX shell

SMAllSHell, v.001 by Jon Madison.  see the file COPYING for copyright
details.

this program consists of 6 files:
=====================================
smash.h, the header file
main.c, the main program
commands.c, the program that handles commands (internal & external)
getinput.c, program that takes care of input
makefile,   just what it says
readme, the thing that you are now reading.
=====================================

known defects:

this does not do any wildcard processing.  i learned something.  i guess
that wildcard processing is supposed to be taken care of by the shell.
a neat new fact.

i can't think of any more, but i think that the program does all that it
is supposed to do, including somewhat functional background processing
(EXTRA CREDIT, REMEMBER. :)
