Init repo

This commit is contained in:
Artur Tamborski 2018-12-01 18:09:34 +01:00
commit 13deac366a
2 changed files with 21 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
psh

20
readme.md Normal file
View File

@ -0,0 +1,20 @@
# 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