
Cash
just a simple little shell
it currently does not support a lot of things, like move the cursor with arrow keys, but i will learn how to implement them. Help is welcome!
GETTING STARTED
git clone https://github.com/fhek789/cash.git cash
cd cash
go build .
# move the executable to somewhere in your PATH, e.g:
sudo cp cash /usr/local/bin
LICENSE
BSD licensed. See the LICENSE file for details.