SPSH
SimPle SHell - minimalist Unix interactive shell written in a single C file. The shell does not support scripting yet and is in an early stage of development. If you notice any bug, please open an issue on github.
Dependencies
- make
- gcc
- git (to clone this repo)
- GNU readline library
Building instructions
- Clone this repo
$ git clone https://github.com/sewe2000/spsh.git
- Build my typing:
$ make
- Issue this command as root to install:
# make install