Minishell

A Custom Shell Built from Scratch Using Only Unix System Calls

Minishell Demo

Overview

A minimalistic shell implementation built from scratch using Unix system calls. This project demonstrates deep understanding of process management, file descriptors, and system programming concepts.

Key Features

Core Features

  • Command execution
  • Pipeline implementation
  • Input/Output redirection

Built-in Commands

  • cd with path handling
  • export and unset
  • echo with -n flag

Gallery

Project Info

Development Period

2023 (2 months)

Technologies

C Unix Make