30 lines
303 B
Markdown
30 lines
303 B
Markdown
## psh - poor shell
|
|
|
|
This is a unix-like shell written in C.
|
|
|
|
|
|
## Features
|
|
- internal commands
|
|
- easily extensible to more commands...
|
|
- fast!
|
|
|
|
|
|
### How to get it?
|
|
|
|
git clone ...
|
|
|
|
|
|
### How to build it?
|
|
|
|
make
|
|
|
|
|
|
### How to run it?
|
|
|
|
make run
|
|
|
|
|
|
### How to install it?
|
|
|
|
make install
|