Poor Man's Shell
Go to file
2018-12-01 18:16:31 +01:00
src Fix strncmp bug 2018-12-01 18:16:31 +01:00
.gitignore Ignore obj directory 2018-12-01 18:10:05 +01:00
makefile Add my trusty makefile 2018-12-01 18:09:44 +01:00
readme.md Init repo 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