Skip to content

tarball0/boring-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boring-shell

A very barebones, basic CLI shell.
I made this shell to teach myself systems programming and gcc inline assembly. Safe to say i learnt a lot.

Running

Install the gnu readline library

Arch Based:

sudo pacman -S readline

Debian Based:

sudo apt-get install libreadline6 libreadline6-dev

Run make

(with sudo because it compiles to /usr/local/bin/boring)

sudo make

Then just run it.

run boring :)

?

what on earth even is POSIX?

About

The most basic shell in existence

Topics

Resources

License

Stars

Watchers

Forks

Contributors