You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minimal Unix shell implementation in C, designed to replicate the behavior of bash with essential features including command execution, pipes, redirections, environment variable management, and built-in commands.
Bashling is a lightweight Bash shell clone in C that supports pipes, redirection, variables, heredoc, and script execution. It features a Git-aware prompt and robust signal handling—ideal for learning Unix internals and systems programming.