moop250 / minishell

1 stars 0 forks source link

Add support for ending the promt witth a pipe (|) and support for incomplete quote mark (" ') sections #7

Closed moop250 closed 15 hours ago

moop250 commented 3 weeks ago

In regular bash if you end a prompt with a pipe, it will open a mini heredoc and allow you to finish a line. It does a similar thing if you have an open " or ' but only until the matching character is detected.