Poor Man's Shell
Go to file
Artur Tamborski 393c246560 Invert condition 2019-01-02 01:42:03 +01:00
src Convert tabs to spaces, alter some lines 2018-12-29 19:28:15 +01:00
.gitignore Ignore obj directory 2018-12-01 18:10:05 +01:00
makefile Invert condition 2019-01-02 01:42:03 +01:00
readme.md Update readme 2018-12-17 01:46:12 +01:00

readme.md

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