Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 465 Bytes

File metadata and controls

13 lines (10 loc) · 465 Bytes

mock-bash-shell

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