Skip to content

OutdoorCoder/mock-bash-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published