JonasGoetz01 / 42-minishell

Built your very own shell, Minishell! Explore executing commands, managing history, and controlling inputs and outputs. Dive into handling processes and files while creating a user-friendly shell interface. Get hands-on with shell scripting in a fun and accessible way with Minishell (DONT PANIC SHELL)!
1 stars 1 forks source link

$something are two different tokens #34

Closed PaulicStudios closed 7 months ago

PaulicStudios commented 7 months ago

Input: echo $HOME Sollte nicht $HOME ein Token sein? Dann würde die Expander Logic funktionieren. Wenn du das gewollt geändert hast kann ich die Expander Funktion anpassen

Screen Shot 2024-04-13 at 10 52 27 PM
JonasGoetz01 commented 7 months ago

already fixed