Skip to content

Simple Linux Shell written in C. Just for educational purposes.

Notifications You must be signed in to change notification settings

anhhuu/simple-linux-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-linux-shell

Install readline lib

sudo apt-get update
sudo apt-get install libreadline-dev

Directing to project folder

cd simple-linux-shell

Run build.sh

sh build.sh

Run simple shell

./bin/osh

About

Simple Linux Shell written in C. Just for educational purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published