psh/readme.md

21 lines
209 B
Markdown
Raw Normal View History

2018-12-01 18:09:34 +01:00
# 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