sophiakoulen / minishell

A simplified bash-like shell, with pipes, redirections and variable expansion.
3 stars 1 forks source link

add more messages for stop signals like SIGSTOP #135

Open sophiakoulen opened 1 year ago

znichola commented 1 year ago

it's been added, but they are not formatted exactly like bash, no [1]+ Stopped sleep 10 just a regular Stopped (signal): 17 following the same pattern as the other signals. I'll let you decide if this counts as closing the issue or not.