gysiang / minishell

0 stars 1 forks source link

Heredoc ctrl-c signal #285

Closed gysiang closed 4 months ago

gysiang commented 4 months ago

in Bash

gyong-si@gyong-si:~/Documents/42/minishell$ cat << eof
> sadas
> ^C

@axellee1994 I'm having trouble duplicating this signal in the heredoc, can you give it a try when you're done?

axellee1994 commented 4 months ago

@gysiang Okay sure no problem. I'm currently going back on the echo $?+$?$?.

I'll hop over once I get Selvam's testcsses solved