marimlem / minishell

0 stars 0 forks source link

feature: exit code for signals #26

Closed marimlem closed 3 months ago

marimlem commented 3 months ago

ctrl c (in prompt or heredoc) == 130

ctrl d (end minishell or heredoc) == 0

marimlem commented 3 months ago

implemented