jdagz28 / Minishell

0 stars 0 forks source link

builtin exit #24

Closed jdagz28 closed 10 months ago

jdagz28 commented 10 months ago

builtin exit working. with custom exit_value.

added setting exit_value if there are any syntax errors. edited expansion -- able to query previous exit value.

Still need to check implementation of execute