Skip to content

Vikram-Hegde/CShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages