promisemee / Shell

Project for System Programming 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Project for System Programming 2019

License:MIT License


Languages

Language:C 96.8%Language:Makefile 3.2%