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.
Arch Based:
sudo pacman -S readlineDebian Based:
sudo apt-get install libreadline6 libreadline6-dev(with sudo because it compiles to /usr/local/bin/boring)
sudo makerun boring :)
what on earth even is POSIX?