TODO: Put badges here.
A rudimentary shell
psh is a really simple shell that I'm making. Right now it can only execute simple commands (i.e. it doesn't yet handle file redirection, pipes, dotfiles etc....).
Don't use this for anything sensitive. I warned you.
$ git clone https://github.com/patrickleweryharris/psh.git
$ cd psh
$ make
./psh
> Enter commands here
- Basic commands
- File redirection
- Pipes
- Dotfiles
- Appearance
- ???
PRs accepted.
Small note: If editing the Readme, please conform to the standard-readme specification.
MIT © Patrick Harris