francisrafal/minishell

Ctrl + D EOF

Closed this issue · 1 comments

Ctrl + D EOF
  • ctrl-D in an empty prompt should quit minishell --> RELAUNCH!
  • ctrl-D in a prompt after you wrote some stuff should not do anything.
  • Try ctrl-D after running a blocking command like cat without arguments or grep “something“.
  • Repeat multiple times using different commands.