psh/readme.md

30 lines
303 B
Markdown
Raw Normal View History

2018-12-17 01:46:12 +01:00
## psh - poor shell
2018-12-01 18:09:34 +01:00
2018-12-17 01:46:12 +01:00
This is a unix-like shell written in C.
2018-12-01 18:09:34 +01:00
2018-12-17 01:46:12 +01:00
## Features
- internal commands
- easily extensible to more commands...
- fast!
### How to get it?
2018-12-01 18:09:34 +01:00
git clone ...
2018-12-17 01:46:12 +01:00
### How to build it?
2018-12-01 18:09:34 +01:00
make
2018-12-17 01:46:12 +01:00
### How to run it?
2018-12-01 18:09:34 +01:00
make run
2018-12-17 01:46:12 +01:00
2018-12-01 18:09:34 +01:00
2018-12-17 01:46:12 +01:00
### How to install it?
2018-12-01 18:09:34 +01:00
make install