commit 13deac366af21dea51d3db471a4ac976493669a9 Author: Artur Tamborski Date: Sat Dec 1 18:09:34 2018 +0100 Init repo diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e974f66 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +psh diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..32c721f --- /dev/null +++ b/readme.md @@ -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