Tiny Bash Shell

Self-guided capstone project learning C concepts

Overview

Goals

Learning Objectives

  • Learn writing in C
  • Learn memory allocation
  • Learn systems signals

Implementation Details

Libraries

I am writing this programme using core standard libraries: - - - - - - -

Development Progress

Status

In Progress

Start Date

2025-10-07

Features

Input & Execution Completed
Redirection Planned
Pipes Planned
Background Jobs Planned
Signal Handling Planned
Command History & Extras Planned

Technology Stack

Exploratory Avenues

Follow-up Projects

-Simple virtual machine - Simple compiler - Tiny OS kernel