Skip to content

AUS616/mesh-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Mesh-shell

A simple custom shell implemented in C with basic command support.

Features

  • Change directory (cd)
  • List directory contents (ls)
  • Exit the shell (exit)
  • Display help information (help)
  • Create directories (mkdir)
  • Remove directories (rmdir)
  • Clear the terminal screen (clear)

Working

working.mp4

usage

  1. Clone the Repository:
    git clone https://github.com/AUS616/mesh-shell.git
  2. Navigate to the Project Directory:
    cd mesh-shell 
  3. Compile:
    gcc -o mesh src/main.c       
    
  4. Run:
    ./mesh
    
    

About

A custom shell implementation in c.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages