Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 352 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 352 Bytes

CShell

A simple shell built using C

Installation

Install readline library and C compiler if not already installed.

    sudo apt-get install build-essentials
    sudo apt-get install libreadline-dev

Run Locally

  • Clone the project
  • Install the readline lib as mentioned above
    gcc c_shell.c -lreadline