Naji-k / minishell

1 stars 0 forks source link

Added support for $? #42

Closed srondss closed 1 year ago

srondss commented 1 year ago

echo $? will now output exit code. echo $?x will output exit code + 'x'.