Poor Man's Shell
src | ||
.gitignore | ||
makefile | ||
readme.md |
psh - poor shell
This is a unix-like shell written in C.
How to download it?
git clone ...
How to build it?
make
How to run it?
make run
How to install it?
make install
src | ||
.gitignore | ||
makefile | ||
readme.md |
This is a unix-like shell written in C.
git clone ...
make
make run
make install