Skip to content

An attempt to make a basic functioning shell for linux using C

Notifications You must be signed in to change notification settings

AmlanJSarmah/basic-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-shell

An attempt to make a basic functioning shell for linux using C

Installation instruction

  1. Clone the repo
  2. Make sure you have cmake and a c complier installed
  3. To generate the makefile type
    cmake -S . -B build/
    
    from the project directory
  4. Navigate to the build directory and run
    make
    
    the binaries will be created and can be executed

Screenshots

2024-02-16-09:43:41-screenshot

About

An attempt to make a basic functioning shell for linux using C

Resources

Stars

Watchers

Forks