SR20-XV500 / minishell

2 stars 0 forks source link

CTRL-\ should stop cat | ls without printing Quit #114

Closed bcheronn closed 5 months ago

bcheronn commented 5 months ago
sr2.0 xv500 > cat | ls
headers  libft  Makefile  minishell  sources
^\Quit
sr2.0 xv500 > 
bcheronn@k0r4p1:~/projects/c3/minishell_root/minishell$ cat | ls
headers  libft  Makefile  minishell  sources
^\bcheronn@k0r4p1:~/projects/c3/minishell_root/minishell$