Thomas-Chqt / minishell

bash-like shell
MIT License
1 stars 0 forks source link

Expansion in heredoc #98

Closed Thomas-Chqt closed 1 year ago

Thomas-Chqt commented 1 year ago

Expander should work in heredoc

bash-3.2$ cat << DONE
> $USER
> $PWD
> DONE
tchoquet
/Users/tchoquet