README.txt Two basic shell programs to illustrate fork() and exec(). v0 just does one command line program then exits. v1 does repeated commands (loops) in an interactive fashion, as well as shows a few "built-in" commands.