Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 661 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 661 Bytes

boring-shell

A very barebones, basic CLI shell. Integrated with Clearch!
Everytime an unknown command is passed, it gets redirected to clearch to provide helpful insight and corrections. This way you can directly ask the shell questions and receive help without sacrificing it's core functionality.

Running

Install the gnu readline library

Arch Based:

sudo pacman -S readline

Debian Based:

sudo apt-get install libreadline6 libreadline6-dev

Run install script

sudo ./install.sh

Then just run it.

run boring :)

?

what on earth even is POSIX?