Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 498 Bytes

File metadata and controls

25 lines (15 loc) · 498 Bytes

Project Title

Implementation of Linux Shell Using C language .

Getting Started

After unzipping the file you will see many c files and a makefile , Just run make in the folder and run [./main] to start the C shell.

Prerequisites

  • Install gcc to compile the given C codes.
sudo apt-install gcc

Features

  • Basic features like echo, pwd, ls [la, al, -a, -l], cd, exit.
  • Modularization.
  • SemiColon separated commands accepted

Authors

  • Saksham Gupta(20161090)