tarball0 / boring-shell

The most basic shell in existence

Repository from Github https://github.comtarball0/boring-shellRepository from Github https://github.comtarball0/boring-shell

boring-shell

I called it the boring shell because there isn't really anything special about it. I mean, you would be better off using literally any other shell.

This was just a little one-day project to teach myself gcc inline assembly and forking in c, which I can say I achieved (The bare minimum, at least.)

Running

Install the gnu readline library

Arch Based:

sudo pacman -S readline

Debian Based:

sudo apt-get install libreadline6 libreadline6-dev

Run make

run make inside the directory and then run ./boring

?

what on earth even is POSIX?

About

The most basic shell in existence

License:GNU General Public License v3.0


Languages

Language:C 96.4%Language:Makefile 3.6%