gysiang / minishell

0 stars 1 forks source link

Return value of a process #286

Closed axellee1994 closed 4 months ago

axellee1994 commented 4 months ago

Execute a simple command Then execute echo $? or $?$? 0+00

Ours return: axlee@axlee:~/Desktop/42_minishell$ ./minishell minishell$ echo $?+$?$? 0+ 0 0