A minature bash shell I created in an operating systems course I took at EWU. To compile files from command line type: make
Next, to access the shell enter in: ./mysh
Commands and features implemented in minature shell:
Implements piping with valid linux commands. ex: ls -l | sort | wc
Runs valid linux commands
Implements a path extension feature: ex: PATH=$PATH:/data/myprogs
Implement PATH from a input file .myshrc
Implements cd