Milimas / minishell

2 stars 1 forks source link

cat << l <Makefile << s #77

Open Milimas opened 1 year ago

Milimas commented 1 year ago

the command should get input from the last redirection in this command cat << l < Makefile << s the command output the Makefile instead of the last heredoc but cat << l < Makefile output the Makefile as intended