jojomo96 / minishell

This project is about creating a simple shell.
2 stars 1 forks source link

builtin: export += #87

Closed flomero closed 5 months ago

flomero commented 5 months ago

bash export technically supports += which joins the previous with the new entry