Skip to content

manangoel99/Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POSIX Shell

This is a from-scratch implementation of the POSIX Shell in C using only system calls and basic C libraries except one command which uses curses.

This supports most Unix commands with some having custom implementations while others are called directly in Unix. A few custom commands have also been added.

Setting Up

Please note this is for Ubuntu/debian

git clone https:/manangoel99/Shell.git
cd Shell
sudo apt-get install libncurses5-dev
make
./shell

Use make clean to remove all files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published