ChimPansky/42_minishell

Random Thoughts by Tom

Closed this issue · 0 comments

  • once we implemented the STDIN redirection: test if combination of reading input from a file and heredoc works...
  • for error messages: adapt ms_error(char *cmd, char *err_msg) so that it writes in the format ::<error__msg>
    for example:
tkasbari@c3r6p5:~$ exit 1 2
exit
bash: exit: too many arguments
  • ...