21sh icon indicating copy to clipboard operation
21sh copied to clipboard

UNIX shell - a simple command-line interpreter

Results 3 21sh issues
Sort by recently updated
recently updated
newest added

Input is broken for next commands if tou type `cat | ls` or `sort | ls` Because cat and sort waits input from stdin, when ls ends, your shell waits...

because the condition for ft_handle_ctrl_c in execute.c had only been catered for being called once, it fucked out when done more than once.