Skip to content

pbairol/customBash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

One of my Personl Favorite Projects, created my own custom bash. This project was inspired from what I have learned in CSC 246: Operating Systems.

Get Started:
To get started with working on the project, follow these steps:
1. Clone the repository
2. CD into the working directory src
3. Run make

Our shell will support three built-in commands. These are listed below. For these, the shell will just
check the  rst word of the command. 

Using the Program:
If it's "\cd", the shell will run the built-in cd command. 
If it's \exit 0", the shell will run the built-in exit command. 
The stash can run all the valid shell comands such as:
ls, ls -l, rm, mkdir, etc ..
If the input line is empty, the shell will just ignore
the command and prompt the user again.

About

This is a c++ Project that creates your own shell in which you can do low level commands via the program itself. This project was written via C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors