marimlem / minishell

0 stars 0 forks source link

minor bug: ^C newline #36

Closed marimlem closed 1 month ago

marimlem commented 3 months ago

bash$ wc ^C bash$

==== minishell:$ wc ^Cminishell:$

missing new line after control C in looping processes (cat without args, wc without args...)