SR20-XV500 / minishell

2 stars 0 forks source link

Mutiple exit should return the proper value #119

Open bcheronn opened 5 months ago

bcheronn commented 5 months ago
exit 42
exit
echo $?

should print 42