whymami / MiniShell

Minishell is a project developed as part of the curriculum at 42 School. It aims to deepen understanding of process management and shell functionality.
14 stars 2 forks source link

echo #10

Closed batuhantanir closed 1 month ago

batuhantanir commented 2 months ago

create echo with '-n' flag Handle $? which should expand to the exit status of the most recently executed foreground pipeline.