Closed tonnytg closed 1 year ago
Handle environment variables ($ followed by a sequence of characters) which should expand to their values
https://github.com/tonnytg/42_minishell/blob/main/srcs/parser/interpreter.c#L40
Handle environment variables ($ followed by a sequence of characters) which should expand to their values