GitHub / Yassir-aykhlf / Minishell
A lightweight Unix shell implementation featuring command execution, piping, redirections, and environment variable handling, developed as part of the 42 curriculum. This project recreates essential bash functionality with custom parsing, AST-based execution, and comprehensive signal management.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yassir-aykhlf%2FMinishell
PURL: pkg:github/Yassir-aykhlf/Minishell
Stars: 1
Forks: 0
Open issues: 0
License: None
Language: C
Size: 1.75 MB
Dependencies parsed at: Pending
Created at: 5 months ago
Updated at: 3 months ago
Pushed at: 3 months ago
Last synced at: 3 months ago
Topics: 42school, ast, bash, c, command-line, pipes, process-management, shell, terminal, tokenizer, unix