Oris482 / Minishell

Create own shell(such as bash): by_jaesjeon, minsuki2
1 stars 1 forks source link

BUG: _dollar_translator 문제 #47

Open Giromi opened 2 years ago

Giromi commented 2 years ago

echo "'$?'"

bash-3.2$ echo "'$?'"
'0'
minishell$> echo "'$?'"
'$?'