/Shell

Project for System Programming 2019

Primary LanguageCMIT LicenseMIT

Shell

A Simple Shell written in C. Project for System Programming 2019

Screenshot

shell

Features

  • Delimiters: pipe(|), redirection(>, <)
  • Built-in commands : exit, cd, hi, help, builtin, history
  • commands with execvp()

Installation

  1. Clone the repo
$ git clone https://github.com/promisemee/Shell
  1. Run make
$ make
  1. Execute!
$ ./shell

Wiki

License