FjjDessoyCaraballo / minishell

This project aims to replicate bash shell
1 stars 3 forks source link

handle output redirections #37

Closed Torutu closed 2 months ago

Torutu commented 3 months ago

most of the output redirections have been handled but I don't know how to make the signal ctrl + c work to exit the file also heredoc can be worked very similar on how I made it, you will see in enter_file parse.c line 30 in the only way to exit the file right now is by typing "END", but with heredoc we can make it token->next->value,

right now none of them handle echo