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
hsh (Hullaah's shell): A simple UNIX shell implementation in C, aiming for POSIX compliance and feature parity with dash. This project explores the fundamentals of a command-line interpreter, including process management, I/O redirection, tokenizing, and parsing.