tonnytg / 42_minishell

This project has objective to build a prompt with shell commands
Apache License 2.0
2 stars 2 forks source link

Handle environment variables $ followed by a sequence of characters #10

Closed tonnytg closed 1 year ago

tonnytg commented 1 year ago

Handle environment variables ($ followed by a sequence of characters) which should expand to their values

tonnytg commented 1 year ago

https://github.com/tonnytg/42_minishell/blob/main/srcs/parser/interpreter.c#L40