Skip to content

tarball0/boring-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?