hboissel / minishell

simple bash posix
0 stars 0 forks source link

Change exit code on ^C in interactive mode #24

Closed ddelhalt closed 1 year ago

ddelhalt commented 1 year ago
minishell$ ^C
minishell$ echo $?
0
hboissel commented 1 year ago

image