S0YKIM / 42-MINISHELL

C project to mimic bash shell. This program interprets and executes commands just like bash shell. Built-in functions such as echo, cd, exit, etc. available.
1 stars 1 forks source link

Signal handling: SIGQUIT in heredoc, Ignoring signal in multiple process, etc. #201

Closed S0YKIM closed 2 years ago

S0YKIM commented 2 years ago